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.cpp134 unsigned MaxArchVGPRs = ST.getAddressableNumArchVGPRs(); in less() local
149 static_cast<int>(getVGPRNum(false) + VGPRForSGPRSpills - MaxArchVGPRs), in less()
153 MaxArchVGPRs), in less()
157 static_cast<int>(ST.hasGFX90AInsts() ? (getAGPRNum() - MaxArchVGPRs) in less()
161 static_cast<int>(ST.hasGFX90AInsts() ? (O.getAGPRNum() - MaxArchVGPRs) in less()
185 std::max(static_cast<int>(getVGPRNum(false) - MaxArchVGPRs), 0); in less()
190 std::max(static_cast<int>(O.getVGPRNum(false) - MaxArchVGPRs), 0); in less()
H A DGCNSchedStrategy.cpp1330 unsigned MaxArchVGPRs = std::min(MaxVGPRs, ST.getAddressableNumArchVGPRs()); in checkScheduling() local
1334 PressureAfter.getArchVGPRNum() > MaxArchVGPRs || in checkScheduling()
1335 PressureAfter.getAGPRNum() > MaxArchVGPRs || in checkScheduling()