Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp603 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs() local
609 F, "amdgpu-num-vgpr", MaxNumVGPRs); in getMaxNumVGPRs()
620 MaxNumVGPRs = Requested; in getMaxNumVGPRs()
623 return MaxNumVGPRs; in getMaxNumVGPRs()
DSIRegisterInfo.cpp185 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs() local
187 for (unsigned i = MaxNumVGPRs; i < TotalNumVGPRs; ++i) { in getReservedRegs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp403 unsigned MaxNumVGPRs = alignDown(getTotalNumVGPRs(Features) / WavesPerEU, in getMaxNumVGPRs() local
406 return std::min(MaxNumVGPRs, AddressableNumVGPRs); in getMaxNumVGPRs()