Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance
811 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local814 NumSgpr > MaxAddressableNumSGPRs) { in getSIProgramInfo()819 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()821 ProgInfo.NumSGPR = CreateExpr(MaxAddressableNumSGPRs - 1); in getSIProgramInfo()921 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local924 NumSgpr > MaxAddressableNumSGPRs) { in getSIProgramInfo()929 NumSgpr, MaxAddressableNumSGPRs, in getSIProgramInfo()932 ProgInfo.NumSGPR = CreateExpr(MaxAddressableNumSGPRs); in getSIProgramInfo()933 ProgInfo.NumSGPRsForWavesPerEU = CreateExpr(MaxAddressableNumSGPRs); in getSIProgramInfo()
749 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getBaseMaxNumSGPRs() local787 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs); in getBaseMaxNumSGPRs()
5380 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local5385 static_cast<uint64_t>(EvaluatedSGPRs) > MaxAddressableNumSGPRs) in calculateGPRBlocks()5394 static_cast<uint64_t>(EvaluatedSGPRs) > MaxAddressableNumSGPRs) in calculateGPRBlocks()