Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp77 unsigned MaxSGPRs; member in __anon72ebc0cc0111::SIFormMemoryClauses
208 MaxPressure.getSGPRNum() <= MaxSGPRs / 2) { in checkPressure()
274 MaxSGPRs = TRI->getAllocatableSet(MF, &AMDGPU::SGPR_32RegClass).count(); in runOnMachineFunction()
H A DGCNRegPressure.cpp114 unsigned MaxSGPRs = ST.getMaxNumSGPRs(MF); in less() local
117 unsigned ExcessSGPR = std::max(static_cast<int>(getSGPRNum() - MaxSGPRs), 0); in less()
119 std::max(static_cast<int>(O.getSGPRNum() - MaxSGPRs), 0); in less()
H A DGCNSchedStrategy.cpp1069 unsigned MaxSGPRs = ST.getMaxNumSGPRs(MF); in checkScheduling() local
1074 PressureAfter.getSGPRNum() > MaxSGPRs) { in checkScheduling()