Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h112 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 DAMDGPUMachineFunction.cpp93 unsigned AMDGPUMachineFunction::allocateLDSGlobal(const DataLayout &DL, in allocateLDSGlobal() function in AMDGPUMachineFunction
H A DAMDGPULegalizerInfo.cpp3008 B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(), in legalizeGlobalValue()
H A DAMDGPUISelLowering.cpp1501 unsigned Offset = MFI->allocateLDSGlobal(DL, *cast<GlobalVariable>(GV)); in LowerGlobalAddress()