Searched refs:GetDefinedBy (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator.cc | 506 HInstruction* defined_by = current->GetParent()->GetDefinedBy(); in ValidateIntervals() 752 HInstruction* defined_by = current->GetDefinedBy(); in TryAllocateFreeReg() 1082 << current->GetParent()->GetDefinedBy()->DebugName() << " " in AllocateBlockedReg() 1083 << current->GetParent()->GetDefinedBy()->GetId() in AllocateBlockedReg() 1303 HInstruction* defined_by = parent->GetDefinedBy(); in AllocateSpillSlotFor() 1605 && !interval->GetDefinedBy()->IsCurrentMethod()) { in ConnectSiblings() 1607 InsertMoveAfter(interval->GetDefinedBy(), in ConnectSiblings() 1642 AddInputMoveFor(interval->GetDefinedBy(), use->GetUser(), source, expected_location); in ConnectSiblings() 1675 InsertParallelMoveAt(current->GetEnd(), interval->GetDefinedBy(), source, destination); in ConnectSiblings() 1685 DCHECK(interval->GetDefinedBy()->IsActualObject()) in ConnectSiblings() [all …]
|
D | ssa_liveness_analysis.cc | 489 LocationSummary* locations = GetDefinedBy()->GetLocations(); in FindHintAtDefinition() 494 GetDefinedBy()->InputAt(0)->GetLiveInterval()->GetSiblingAt(GetStart() - 1); in FindHintAtDefinition() 546 HInstruction* defined_by = GetParent()->GetDefinedBy(); in ToLocation()
|
D | register_allocator_test.cc | 854 locations = new (&allocator) LocationSummary(first->GetDefinedBy(), LocationSummary::kNoCall); in TEST_F() 862 locations = new (&allocator) LocationSummary(second->GetDefinedBy(), LocationSummary::kNoCall); in TEST_F() 875 locations = new (&allocator) LocationSummary(third->GetDefinedBy(), LocationSummary::kNoCall); in TEST_F() 883 locations = new (&allocator) LocationSummary(fourth->GetDefinedBy(), LocationSummary::kNoCall); in TEST_F()
|
D | ssa_liveness_analysis.h | 545 HInstruction* GetDefinedBy() const { in GetDefinedBy() function 1026 if (GetDefinedBy()->GetLifetimePosition() >= current->GetHeader()->GetLifetimeStart()) { in AddBackEdgeUses()
|