Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp238 void report_context_vreg_regunit(Register VRegOrUnit) const;
245 Register VRegOrUnit,
545 if (Register::isVirtualRegister(VRegOrUnit)) { in report_context_vreg_regunit()
546 report_context_vreg(VRegOrUnit); 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()
2146 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()
2155 report_context_vreg_regunit(VRegOrUnit); in checkLivenessAtDef()
2164 assert(Register::isVirtualRegister(VRegOrUnit) && in checkLivenessAtDef()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1280 Printable printVRegOrUnit(unsigned VRegOrUnit, const TargetRegisterInfo *TRI);