Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h428 bool hasRegUnit(MCRegister Reg, Register RegUnit) const { in hasRegUnit() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp249 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function
1798 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()
1799 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1058 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.cpp2928 !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()