Searched refs:getAGPRNum (Results 1 – 3 of 3) sorted by relevance
150 static_cast<int>(ST.hasGFX90AInsts() ? (getAGPRNum() - MaxArchVGPRs) in less()151 : (getAGPRNum() - MaxVGPRs)), in less()154 static_cast<int>(ST.hasGFX90AInsts() ? (O.getAGPRNum() - MaxArchVGPRs) in less()155 : (O.getAGPRNum() - MaxVGPRs)), in less()229 << "AGPRs: " << RP.getAGPRNum(); in print()
57 unsigned getAGPRNum() const { return Value[AGPR32]; } in getAGPRNum() function
1073 PressureAfter.getAGPRNum() > MaxArchVGPRs || in checkScheduling()