Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
1104 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local1105 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()1112 MaxAddressableNumSGPRs); in getSIProgramInfo()1114 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()1151 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local1152 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()1160 MaxAddressableNumSGPRs); in getSIProgramInfo()1162 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()1163 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
738 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getMaxNumSGPRs() local777 MaxAddressableNumSGPRs); in getMaxNumSGPRs()
4459 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local4463 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()4470 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()