Searched refs:IsPair (Results 1 – 6 of 6) sorted by relevance
176 DCHECK(IsPair()); in low()181 DCHECK(IsPair()); in high()221 bool IsPair() const { in IsPair() function325 } else if (IsPair() || IsDoubleStackSlot()) { in Contains()337 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) { in OverlapsWith()697 || input.IsPair() in IsFixedInput()
109 } else if (location.IsPair()) { in operator <<()
323 bool IsPair() const { in IsPair() function in art::InterferenceNode358 return (IsPair() || other->IsPair()) ? 2 : 1; in EdgeWeightWith()894 } else if (input.IsPair()) { in CheckForFixedInputs()920 } else if (out.IsPair()) { in CheckForFixedOutput()1128 if (to->IsPair()) { in AddPotentialInterference()1293 DCHECK_EQ(a->IsPair(), b->IsPair()) in CreateCoalesceOpportunity()1628 if (from->IsPair() || into->IsPair()) { in PrecoloredHeuristic()
358 } else if (input.IsPair()) { in CheckForFixedInputs()408 } else if (first.IsPair()) { in CheckForFixedOutput()420 } else if (output.IsPair()) { in CheckForFixedOutput()
336 return location.IsPair() ? location.low() : location.reg(); in RegisterOrLowRegister()
41 } else if (location.IsPair()) { in DumpLocationForTest()