Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
954 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local955 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()962 MaxAddressableNumSGPRs); in getSIProgramInfo()964 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()993 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local994 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()1002 MaxAddressableNumSGPRs); in getSIProgramInfo()1004 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()1005 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
647 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getMaxNumSGPRs() local686 MaxAddressableNumSGPRs); in getMaxNumSGPRs()
3662 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local3666 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()3673 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()