HomeSort by relevance Sort by last modified time
    Searched refs:GetLiveInterval (Results 1 - 11 of 11) sorted by null

  /art/compiler/optimizing/
live_ranges_test.cc 71 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
119 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
171 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval();
180 interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
195 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval();
250 LiveInterval* interval = graph->GetIntConstant(0)->GetLiveInterval();
259 interval = graph->GetIntConstant(4)->GetLiveInterval();
267 interval = graph->GetIntConstant(5)->GetLiveInterval();
275 interval = liveness.GetInstructionFromSsaIndex(3)->GetLiveInterval();
330 LiveInterval* interval = constant->GetLiveInterval();
    [all...]
register_allocator_test.cc 332 LiveInterval* phi_interval = phi->GetLiveInterval();
333 LiveInterval* loop_update = phi->InputAt(1)->GetLiveInterval();
340 ASSERT_EQ(phi_interval->GetRegister(), ret->InputAt(0)->GetLiveInterval()->GetRegister());
365 LiveInterval* interval = first_xor->GetLiveInterval();
447 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval();
580 ASSERT_EQ(input1->GetLiveInterval()->GetRegister(), 0);
581 ASSERT_EQ(input2->GetLiveInterval()->GetRegister(), 0);
582 ASSERT_EQ(phi->GetLiveInterval()->GetRegister(), 0);
600 ASSERT_EQ(input1->GetLiveInterval()->GetRegister(), 2);
601 ASSERT_EQ(input2->GetLiveInterval()->GetRegister(), 2)
    [all...]
ssa_liveness_analysis.cc 123 input->GetLiveInterval()->AddUse(current, /* environment */ nullptr, i, actual_user);
164 input->GetLiveInterval()->AddPhiUse(phi, phi_input_index, block);
176 current->GetLiveInterval()->AddRange(block->GetLifetimeStart(), block->GetLifetimeEnd());
186 current->GetLiveInterval()->SetFrom(current->GetLifetimePosition());
204 instruction->GetLiveInterval()->AddUse(
232 LiveInterval* interval = current->GetLiveInterval();
248 current->GetLiveInterval()->AddLoopRange(block->GetLifetimeStart(), last_position);
329 DCHECK_EQ(defined_by_->GetLiveInterval(), this);
371 Location phi_location = user->GetLiveInterval()->ToLocation();
387 Location location = inputs[i]->GetLiveInterval()->GetLocationAt
    [all...]
ssa_liveness_analysis_test.cc 85 arg->GetLiveInterval()->Dump(arg_dump);
154 arg->GetLiveInterval()->Dump(arg_dump);
227 arg->GetLiveInterval()->Dump(arg_dump);
register_allocation_resolver.cc 60 LiveInterval* current = instruction->GetLiveInterval();
145 ConnectSiblings(instruction->GetLiveInterval());
157 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval();
170 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval();
189 Location source = input->GetLiveInterval()->GetLocationAt(
191 Location destination = phi->GetLiveInterval()->ToLocation();
232 for (LiveInterval* current = instruction->GetLiveInterval();
register_allocator_graph_color.cc 714 LiveInterval* interval = instruction->GetLiveInterval();
716 intervals.push_back(instruction->GetLiveInterval());
    [all...]
register_allocator_linear_scan.cc 298 LiveInterval* current = instruction->GetLiveInterval();
431 if (ShouldProcess(processing_core_registers_, instruction->GetLiveInterval())) {
432 intervals.push_back(instruction->GetLiveInterval());
635 LiveInterval* interval = inputs[i]->GetLiveInterval()->GetLastSibling();
    [all...]
ssa_liveness_analysis.h 871 LiveInterval* interval = input->GetLiveInterval();
902 LiveInterval* interval = input->GetLiveInterval();
    [all...]
code_generator.cc     [all...]
graph_visualizer.cc 600 LiveInterval* interval = instruction->GetLiveInterval();
    [all...]
nodes.h     [all...]

Completed in 83 milliseconds