Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNNSAReassign.cpp82 unsigned MaxNumVGPRs; member in __anonf2e497000111::GCNNSAReassign
149 if (NumRegs > MaxNumVGPRs) in scavengeRegs()
151 unsigned MaxReg = MaxNumVGPRs - NumRegs + AMDGPU::VGPR0; in scavengeRegs()
236 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()
237 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(MFI->getOccupancy()), MaxNumVGPRs); in runOnMachineFunction()
DGCNRegBankReassign.cpp152 unsigned MaxNumVGPRs; member in __anon25733a380111::GCNRegBankReassign
593 unsigned MaxNumRegs = (Bank < NUM_VGPR_BANKS) ? MaxNumVGPRs in scavengeReg()
742 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()
744 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(Occupancy), MaxNumVGPRs); in runOnMachineFunction()
DAMDGPUSubtarget.cpp696 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs() local
702 F, "amdgpu-num-vgpr", MaxNumVGPRs); in getMaxNumVGPRs()
713 MaxNumVGPRs = Requested; in getMaxNumVGPRs()
716 return MaxNumVGPRs; in getMaxNumVGPRs()
DSIRegisterInfo.cpp199 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs() local
201 for (unsigned i = MaxNumVGPRs; i < TotalNumVGPRs; ++i) { in getReservedRegs()
210 for (unsigned i = 0; i < MaxNumVGPRs; ++i) { in getReservedRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp466 unsigned MaxNumVGPRs = alignDown(getTotalNumVGPRs(STI) / WavesPerEU, in getMaxNumVGPRs() local
469 return std::min(MaxNumVGPRs, AddressableNumVGPRs); in getMaxNumVGPRs()