Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
717 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local718 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()723 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()725 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()816 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local817 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()822 ProgInfo.NumSGPR, MaxAddressableNumSGPRs, in getSIProgramInfo()825 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()826 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
702 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getBaseMaxNumSGPRs() local740 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs); in getBaseMaxNumSGPRs()
4926 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local4930 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()4937 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()