Searched refs:IsPair (Results 1 – 5 of 5) 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 <<()
379 } else if (input.IsPair()) { in CheckForFixedInputs()432 } else if (first.IsPair()) { in CheckForFixedOutput()446 } else if (output.IsPair()) { in CheckForFixedOutput()
336 return location.IsPair() ? location.low() : location.reg(); in RegisterOrLowRegister()
41 } else if (location.IsPair()) { in DumpLocationForTest()