Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h430 bool hasRegUnit(MCRegister Reg, Register RegUnit) const { in hasRegUnit() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp249 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function
1806 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()
1807 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1079 assert(TRI->hasRegUnit(I->PhysReg, Unit) && "inverse mapping present"); in dumpState()
H A DLiveIntervals.cpp1497 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
H A DMachineVerifier.cpp3022 if (!MOI->getReg().isPhysical() || !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp740 if (TRI.hasRegUnit(Reg, RegUnit)) in interpretValues()