Home
last modified time | relevance | path

Searched refs:MaxArchVGPRs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp127 unsigned MaxArchVGPRs = ST.getAddressableNumArchVGPRs(); in less() local
142 static_cast<int>(getVGPRNum(false) + VGPRForSGPRSpills - MaxArchVGPRs), in less()
146 MaxArchVGPRs), in less()
150 static_cast<int>(ST.hasGFX90AInsts() ? (getAGPRNum() - MaxArchVGPRs) in less()
154 static_cast<int>(ST.hasGFX90AInsts() ? (O.getAGPRNum() - MaxArchVGPRs) in less()
178 std::max(static_cast<int>(getVGPRNum(false) - MaxArchVGPRs), 0); in less()
183 std::max(static_cast<int>(O.getVGPRNum(false) - MaxArchVGPRs), 0); in less()
H A DGCNSchedStrategy.cpp1068 unsigned MaxArchVGPRs = std::min(MaxVGPRs, ST.getAddressableNumArchVGPRs()); in checkScheduling() local
1072 PressureAfter.getVGPRNum(false) > MaxArchVGPRs || in checkScheduling()
1073 PressureAfter.getAGPRNum() > MaxArchVGPRs || in checkScheduling()