Lines Matching refs:VRegOrUnit
238 void report_context_vreg_regunit(Register VRegOrUnit) const;
245 Register VRegOrUnit,
249 Register VRegOrUnit, bool SubRangeCheck = false,
544 void MachineVerifier::report_context_vreg_regunit(Register VRegOrUnit) const { in report_context_vreg_regunit()
545 if (Register::isVirtualRegister(VRegOrUnit)) { in report_context_vreg_regunit()
546 report_context_vreg(VRegOrUnit); in report_context_vreg_regunit()
548 errs() << "- regunit: " << printRegUnit(VRegOrUnit, TRI) << '\n'; in report_context_vreg_regunit()
2114 Register VRegOrUnit, in checkLivenessAtUse() argument
2122 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtUse()
2128 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtUse()
2138 Register VRegOrUnit, in checkLivenessAtDef() argument
2146 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()
2155 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()
2164 assert(Register::isVirtualRegister(VRegOrUnit) && in checkLivenessAtDef()
2174 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()