Lines Matching refs:VRegOrUnit
249 void report_context_vreg_regunit(Register VRegOrUnit) const;
256 Register VRegOrUnit,
260 Register VRegOrUnit, bool SubRangeCheck = false,
566 void MachineVerifier::report_context_vreg_regunit(Register VRegOrUnit) const { in report_context_vreg_regunit()
567 if (Register::isVirtualRegister(VRegOrUnit)) { in report_context_vreg_regunit()
568 report_context_vreg(VRegOrUnit); in report_context_vreg_regunit()
570 errs() << "- regunit: " << printRegUnit(VRegOrUnit, TRI) << '\n'; in report_context_vreg_regunit()
2230 Register VRegOrUnit, in checkLivenessAtUse() argument
2238 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtUse()
2244 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtUse()
2254 Register VRegOrUnit, in checkLivenessAtDef() argument
2262 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()
2271 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()
2280 assert(Register::isVirtualRegister(VRegOrUnit) && in checkLivenessAtDef()
2290 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()