Lines Matching refs:VRegOrUnit
257 void report_context_vreg_regunit(unsigned VRegOrUnit) const;
263 SlotIndex UseIdx, const LiveRange &LR, unsigned VRegOrUnit,
266 SlotIndex DefIdx, const LiveRange &LR, unsigned VRegOrUnit,
552 void MachineVerifier::report_context_vreg_regunit(unsigned VRegOrUnit) const { in report_context_vreg_regunit()
553 if (TargetRegisterInfo::isVirtualRegister(VRegOrUnit)) { in report_context_vreg_regunit()
554 report_context_vreg(VRegOrUnit); in report_context_vreg_regunit()
556 errs() << "- regunit: " << printRegUnit(VRegOrUnit, TRI) << '\n'; in report_context_vreg_regunit()
1481 unsigned MONum, SlotIndex UseIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtUse() argument
1489 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtUse()
1495 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtUse()
1503 unsigned MONum, SlotIndex DefIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtDef() argument
1510 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()
1519 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()
1528 assert(TargetRegisterInfo::isVirtualRegister(VRegOrUnit) && in checkLivenessAtDef()
1538 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()