Home
last modified time | relevance | path

Searched refs:VRegOrUnit (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp257 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 …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1185 Printable printVRegOrUnit(unsigned VRegOrUnit, const TargetRegisterInfo *TRI);