Searched refs:VRegOrUnit (Results 1 – 2 of 2) sorted by relevance
257 void report_context_vreg_regunit(unsigned VRegOrUnit) const;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()1489 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtUse()1495 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtUse()1510 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()1519 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()1528 assert(TargetRegisterInfo::isVirtualRegister(VRegOrUnit) && in checkLivenessAtDef()[all …]
1185 Printable printVRegOrUnit(unsigned VRegOrUnit, const TargetRegisterInfo *TRI);