Home
last modified time | relevance | path

Searched refs:hasRegUnit (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h437 bool hasRegUnit(MCRegister Reg, Register RegUnit) const { in hasRegUnit() function
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp249 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function
1834 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()
1835 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1216 assert(TRI->hasRegUnit(I->PhysReg, Unit) && "inverse mapping present"); in dumpState()
H A DLiveIntervals.cpp1490 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
H A DMachineVerifier.cpp3149 if (!MOI->getReg().isPhysical() || !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp719 if (TRI.hasRegUnit(Reg, RegUnit)) in interpretValues()