Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h471 bool hasRegUnit(MCRegister Reg, MCRegUnit RegUnit) const { in hasRegUnit() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1310 assert(TRI->hasRegUnit(I->PhysReg, Unit) && "inverse mapping present"); in dumpState()
H A DLiveIntervals.cpp1551 TRI.hasRegUnit(MO->getReg(), VRegOrUnit.asMCRegUnit())) in findLastUseBefore()
H A DMachineVerifier.cpp3612 !TRI->hasRegUnit(MOI->getReg(), VRegOrUnit.asMCRegUnit())) in verifyLiveRangeValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp726 if (TRI.hasRegUnit(Reg, RegUnit)) in interpretValues()