Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
726 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local727 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()732 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()734 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()825 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local826 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()831 ProgInfo.NumSGPR, MaxAddressableNumSGPRs, in getSIProgramInfo()834 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()835 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
682 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getBaseMaxNumSGPRs() local720 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs); in getBaseMaxNumSGPRs()
4846 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local4850 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()4857 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()