Searched refs:getSGPRAllocGranule (Results 1 – 3 of 3) sorted by relevance
853 unsigned getSGPRAllocGranule() const { in getSGPRAllocGranule() function854 return AMDGPU::IsaInfo::getSGPRAllocGranule( in getSGPRAllocGranule()
284 unsigned getSGPRAllocGranule(const FeatureBitset &Features) { in getSGPRAllocGranule() function321 MinNumSGPRs = alignDown(MinNumSGPRs, getSGPRAllocGranule(Features)) + 1; in getMinNumSGPRs()336 MaxNumSGPRs = alignDown(MaxNumSGPRs, getSGPRAllocGranule(Features)); in getMaxNumSGPRs()
123 unsigned getSGPRAllocGranule(const FeatureBitset &Features);