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

Declarations

lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  156 unsigned getVGPRAllocGranule(const MCSubtargetInfo *STI,

References

lib/Target/AMDGPU/AMDGPUSubtarget.h
 1127     return AMDGPU::IsaInfo::getVGPRAllocGranule(this);
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  436   return getVGPRAllocGranule(STI, EnableWavefrontSize32);
  456                 getVGPRAllocGranule(STI)) + 1;
  464                                    getVGPRAllocGranule(STI));