Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
721 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local722 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()727 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()729 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()820 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local821 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()826 ProgInfo.NumSGPR, MaxAddressableNumSGPRs, in getSIProgramInfo()829 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()830 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
734 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getBaseMaxNumSGPRs() local772 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs); in getBaseMaxNumSGPRs()
5210 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local5214 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()5221 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()