Searched refs:getSGPRAllocGranule (Results 1 – 3 of 3) sorted by relevance
1139 unsigned getSGPRAllocGranule() const { in getSGPRAllocGranule() function1140 return AMDGPU::IsaInfo::getSGPRAllocGranule(this); in getSGPRAllocGranule()
917 unsigned getSGPRAllocGranule(const MCSubtargetInfo *STI) { in getSGPRAllocGranule() function962 MinNumSGPRs = alignDown(MinNumSGPRs, getSGPRAllocGranule(STI)) + 1; in getMinNumSGPRs()979 MaxNumSGPRs = alignDown(MaxNumSGPRs, getSGPRAllocGranule(STI)); in getMaxNumSGPRs()
233 unsigned getSGPRAllocGranule(const MCSubtargetInfo *STI);