reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AMDGPU/AMDGPUMachineFunction.h
   72   unsigned allocateLDSGlobal(const DataLayout &DL, const GlobalValue &GV);

References

lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 1214       unsigned Offset = MFI->allocateLDSGlobal(DL, *GV);
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
 1656       B.buildConstant(DstReg, MFI->allocateLDSGlobal(B.getDataLayout(), *GV));