Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
840 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local841 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()848 MaxAddressableNumSGPRs); in getSIProgramInfo()850 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()879 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local880 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()888 MaxAddressableNumSGPRs); in getSIProgramInfo()890 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()891 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
556 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getMaxNumSGPRs() local595 MaxAddressableNumSGPRs); in getMaxNumSGPRs()
2644 unsigned MaxAddressableNumSGPRs = IsaInfo::getAddressableNumSGPRs(&getSTI()); in calculateGPRBlocks() local2647 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()2654 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()