Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp717 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local
718 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()
723 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()
725 ProgInfo.NumSGPR = MaxAddressableNumSGPRs - 1; in getSIProgramInfo()
816 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo() local
817 if (ProgInfo.NumSGPR > MaxAddressableNumSGPRs) { in getSIProgramInfo()
822 ProgInfo.NumSGPR, MaxAddressableNumSGPRs, in getSIProgramInfo()
825 ProgInfo.NumSGPR = MaxAddressableNumSGPRs; in getSIProgramInfo()
826 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()
H A DAMDGPUSubtarget.cpp702 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getBaseMaxNumSGPRs() local
740 return std::min(MaxNumSGPRs - ReservedNumSGPRs, MaxAddressableNumSGPRs); in getBaseMaxNumSGPRs()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4926 unsigned MaxAddressableNumSGPRs = in calculateGPRBlocks() local
4930 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()
4937 NumSGPRs > MaxAddressableNumSGPRs) in calculateGPRBlocks()