Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
832 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local833 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()840 MaxAddressableNumSGPRs); in getSIProgramInfo()842 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()871 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local872 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()880 MaxAddressableNumSGPRs); in getSIProgramInfo()882 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()883 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
554 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getMaxNumSGPRs() local593 MaxAddressableNumSGPRs); in getMaxNumSGPRs()
2668 unsigned MaxAddressableNumSGPRs = IsaInfo::getAddressableNumSGPRs(Features); in calculateGPRBlocks() local2671 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()2678 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()