Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h433 bool hasRegUnit(MCRegister Reg, Register RegUnit) const { in hasRegUnit() function
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp246 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function
1750 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()
1751 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1050 assert(TRI->hasRegUnit(I->PhysReg, Unit) && "inverse mapping present"); in dumpState()
H A DLiveIntervals.cpp1504 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
H A DMachineVerifier.cpp2808 !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()