Searched refs:IsHighInterval (Results 1 – 6 of 6) sorted by relevance
592 DCHECK(!interval->IsHighInterval()); in FreeIfNotCoverAt()691 DCHECK(current->IsHighInterval()); in TryAllocateFreeReg()696 DCHECK(!current->IsHighInterval()); in TryAllocateFreeReg()831 } else if (interval->IsHighInterval()) { in RemoveIntervalAndPotentialOtherHalf()847 if (active->IsHighInterval()) continue; in TrySplitNonPairOrUnalignedPairIntervalAt()875 DCHECK(current->IsHighInterval()); in AllocateBlockedReg()939 DCHECK(current->IsHighInterval()); in AllocateBlockedReg()949 DCHECK(!current->IsHighInterval()); in AllocateBlockedReg()956 DCHECK(!current->IsHighInterval()); in AllocateBlockedReg()981 DCHECK(existing->IsHighInterval()); in AllocateBlockedReg()[all …]
341 DCHECK(!IsHighInterval()); in FindFirstRegisterHint()477 if (IsLowInterval() || IsHighInterval()) { in SameRegisterKind()483 if (IsLowInterval() || IsHighInterval()) { in SameRegisterKind()506 DCHECK(!IsHighInterval()); in ToLocation()
765 stream << " is_high: " << IsHighInterval(); in Dump()819 return IsHighInterval(); in HasLowInterval()832 bool IsHighInterval() const { in IsHighInterval() function837 return !IsHighInterval() && (GetParent()->high_or_low_interval_ != nullptr); in IsLowInterval()841 DCHECK(IsHighInterval()); in SetLowInterval()
231 DCHECK(!interval->IsHighInterval()) << "Pair nodes should be represented by the low interval"; in InterferenceNode()843 DCHECK(!interval->IsHighInterval()); in ProcessInstruction()1008 DCHECK(!interval->IsHighInterval()); in SplitAtRegisterUses()
203 if (temp->IsHighInterval()) { in Resolve()
696 StartAttributeStream("is_high") << interval->IsHighInterval(); in PrintInstruction()