Searched refs:hasRegUnit (Results 1 – 6 of 6) sorted by relevance
437 bool hasRegUnit(MCRegister Reg, Register RegUnit) const { in hasRegUnit() function
249 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function1834 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()1835 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
1216 assert(TRI->hasRegUnit(I->PhysReg, Unit) && "inverse mapping present"); in dumpState()
1490 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
3149 if (!MOI->getReg().isPhysical() || !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()
719 if (TRI.hasRegUnit(Reg, RegUnit)) in interpretValues()