Searched refs:allocateLDSGlobal (Results 1 – 8 of 8) sorted by relevance
80 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalValue &GV);
45 unsigned AMDGPUMachineFunction::allocateLDSGlobal(const DataLayout &DL, in allocateLDSGlobal() function in AMDGPUMachineFunction
1696 B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(), *GV)); in legalizeGlobalValue()
1211 unsigned Offset = MFI->allocateLDSGlobal(DL, *GV); in LowerGlobalAddress()
92 unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalVariable &GV);
40 unsigned AMDGPUMachineFunction::allocateLDSGlobal(const DataLayout &DL, in allocateLDSGlobal() function in AMDGPUMachineFunction
2310 MFI->allocateLDSGlobal(B.getDataLayout(), *cast<GlobalVariable>(GV))); in legalizeGlobalValue()
1330 unsigned Offset = MFI->allocateLDSGlobal(DL, *cast<GlobalVariable>(GV)); in LowerGlobalAddress()