Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp605 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs() local
611 F, "amdgpu-num-vgpr", MaxNumVGPRs); in getMaxNumVGPRs()
622 MaxNumVGPRs = Requested; in getMaxNumVGPRs()
625 return MaxNumVGPRs; in getMaxNumVGPRs()
H A DSIRegisterInfo.cpp188 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs() local
190 for (unsigned i = MaxNumVGPRs; i < TotalNumVGPRs; ++i) { in getReservedRegs()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp399 unsigned MaxNumVGPRs = alignDown(getTotalNumVGPRs(STI) / WavesPerEU, in getMaxNumVGPRs() local
402 return std::min(MaxNumVGPRs, AddressableNumVGPRs); in getMaxNumVGPRs()