Home
last modified time | relevance | path

Searched refs:MaxAddressableNumSGPRs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp397 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in validateMCResourceInfo() local
401 NumSgpr > MaxAddressableNumSGPRs) { in validateMCResourceInfo()
403 NumSgpr, MaxAddressableNumSGPRs, in validateMCResourceInfo()
429 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in validateMCResourceInfo() local
430 if (NumSgpr > MaxAddressableNumSGPRs) { in validateMCResourceInfo()
432 MaxAddressableNumSGPRs, DS_Error, in validateMCResourceInfo()
972 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local
975 NumSgpr > MaxAddressableNumSGPRs) { in getSIProgramInfo()
980 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()
982 ProgInfo.NumSGPR = CreateExpr(MaxAddressableNumSGPRs - 1); in getSIProgramInfo()
[all …]
H A DGCNSubtarget.cpp430 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getBaseMaxNumSGPRs() local
468 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs); in getBaseMaxNumSGPRs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5742 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local
5747 static_cast<uint64_t>(EvaluatedSGPRs) > MaxAddressableNumSGPRs) in calculateGPRBlocks()
5756 static_cast<uint64_t>(EvaluatedSGPRs) > MaxAddressableNumSGPRs) in calculateGPRBlocks()