Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc511 DCHECK(!current->IsLowInterval() || unhandled_->back()->IsHighInterval()); in LinearScan()
515 !unhandled_->back()->IsHighInterval()); in LinearScan()
562 if (current->IsHighInterval() && !current->GetLowInterval()->HasRegister()) { in LinearScan()
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()
[all …]
Dssa_liveness_analysis.cc341 DCHECK(!IsHighInterval()); in FindFirstRegisterHint()
477 if (IsLowInterval() || IsHighInterval()) { in SameRegisterKind()
483 if (IsLowInterval() || IsHighInterval()) { in SameRegisterKind()
506 DCHECK(!IsHighInterval()); in ToLocation()
Dssa_liveness_analysis.h765 stream << " is_high: " << IsHighInterval(); in Dump()
819 return IsHighInterval(); in HasLowInterval()
832 bool IsHighInterval() const { in IsHighInterval() function
837 return !IsHighInterval() && (GetParent()->high_or_low_interval_ != nullptr); in IsLowInterval()
841 DCHECK(IsHighInterval()); in SetLowInterval()
Dregister_allocator_graph_color.cc231 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()
Dregister_allocation_resolver.cc203 if (temp->IsHighInterval()) { in Resolve()
Dgraph_visualizer.cc645 StartAttributeStream("is_high") << interval->IsHighInterval(); in PrintInstruction()