Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
696 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local697 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()704 MaxAddressableNumSGPRs); in getSIProgramInfo()706 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()743 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local744 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()752 MaxAddressableNumSGPRs); in getSIProgramInfo()754 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()755 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
861 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getBaseMaxNumSGPRs() local899 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs); in getBaseMaxNumSGPRs()
4498 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local4502 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()4509 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()