Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h433 bool hasRegUnit(MCRegister Reg, Register RegUnit) const { in hasRegUnit() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp246 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function
1747 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()
1748 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1036 assert(TRI->hasRegUnit(I->PhysReg, Unit) && "inverse mapping present"); in dumpState()
H A DLiveIntervals.cpp1499 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
H A DMachineVerifier.cpp2786 !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()