Searched refs:MaxArchVGPRs (Results 1 – 2 of 2) sorted by relevance
134 unsigned MaxArchVGPRs = ST.getAddressableNumArchVGPRs(); in less() local149 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()
1330 unsigned MaxArchVGPRs = std::min(MaxVGPRs, ST.getAddressableNumArchVGPRs()); in checkScheduling() local1334 PressureAfter.getArchVGPRNum() > MaxArchVGPRs || in checkScheduling()1335 PressureAfter.getAGPRNum() > MaxArchVGPRs || in checkScheduling()