Home
last modified time | relevance | path

Searched refs:allocateLDSGlobal (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h80 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalValue &GV);
DAMDGPUMachineFunction.cpp45 unsigned AMDGPUMachineFunction::allocateLDSGlobal(const DataLayout &DL, in allocateLDSGlobal() function in AMDGPUMachineFunction
DAMDGPULegalizerInfo.cpp1696 B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(), *GV)); in legalizeGlobalValue()
DAMDGPUISelLowering.cpp1211 unsigned Offset = MFI->allocateLDSGlobal(DL, *GV); in LowerGlobalAddress()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h92 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalVariable &GV);
DAMDGPUMachineFunction.cpp40 unsigned AMDGPUMachineFunction::allocateLDSGlobal(const DataLayout &DL, in allocateLDSGlobal() function in AMDGPUMachineFunction
DAMDGPULegalizerInfo.cpp2310 MFI->allocateLDSGlobal(B.getDataLayout(), *cast<GlobalVariable>(GV))); in legalizeGlobalValue()
DAMDGPUISelLowering.cpp1330 unsigned Offset = MFI->allocateLDSGlobal(DL, *cast<GlobalVariable>(GV)); in LowerGlobalAddress()