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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h112 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalVariable &GV) { function in class:llvm::AMDGPUMachineFunction
113 return allocateLDSGlobal(DL, GV, DynLDSAlign);
116 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalVariable &GV,
H A DAMDGPUMachineFunction.cpp94 unsigned AMDGPUMachineFunction::allocateLDSGlobal(const DataLayout &DL, function in class:AMDGPUMachineFunction
H A DAMDGPULegalizerInfo.cpp2912 B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(),
H A DAMDGPUISelLowering.cpp1460 unsigned Offset = MFI->allocateLDSGlobal(DL, *cast<GlobalVariable>(GV));

Completed in 175 milliseconds