reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
116 unsigned getSGPRAllocGranule(const MCSubtargetInfo *STI);
1082 return AMDGPU::IsaInfo::getSGPRAllocGranule(this);
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp369 MinNumSGPRs = alignDown(MinNumSGPRs, getSGPRAllocGranule(STI)) + 1; 386 MaxNumSGPRs = alignDown(MaxNumSGPRs, getSGPRAllocGranule(STI));