Searched refs:allocateLDSGlobal (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineFunction.h | 112 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalVariable &GV) { 113 return allocateLDSGlobal(DL, GV, DynLDSAlign); 116 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalVariable &GV, 100 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalVariable &GV) { allocateLDSGlobal() function
|
H A D | AMDGPUMachineFunction.cpp | 93 unsigned AMDGPUMachineFunction::allocateLDSGlobal(const DataLayout &DL, in allocateLDSGlobal() function in AMDGPUMachineFunction
|
H A D | AMDGPULegalizerInfo.cpp | 3008 B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(), in legalizeGlobalValue()
|
H A D | AMDGPUISelLowering.cpp | 1501 unsigned Offset = MFI->allocateLDSGlobal(DL, *cast<GlobalVariable>(GV)); in LowerGlobalAddress()
|