Searched refs:DoubleStackSlot (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | parallel_move_test.cc | 534 Location::DoubleStackSlot(32), in TYPED_TEST() 538 Location::DoubleStackSlot(32), in TYPED_TEST() 594 Location::DoubleStackSlot(32), in TYPED_TEST() 598 Location::DoubleStackSlot(32), in TYPED_TEST()
|
D | locations.h | 253 static Location DoubleStackSlot(intptr_t stack_index) { in DoubleStackSlot() function
|
D | ssa_liveness_analysis.cc | 498 return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()
|
D | code_generator_arm64.cc | 392 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation() 570 MoveLocation(location, Location::DoubleStackSlot(stack_slot), type); in Move() 592 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 2424 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue() 2566 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
|
D | code_generator_x86.cc | 538 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 584 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation() 604 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation() 773 Move64(location, Location::DoubleStackSlot(slot)); in Move() 973 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal() 1891 Location stack_temp = Location::DoubleStackSlot(0); in VisitTypeConversion() 2268 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack() 3008 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
|
D | code_generator_mips64.cc | 87 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation() 823 MoveLocation(location, Location::DoubleStackSlot(stack_slot), type); in Move() 844 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 2832 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue() 2969 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
|
D | code_generator_x86_64.cc | 596 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 736 Location::DoubleStackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal()))); in Move() 936 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal() 1272 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation() 1292 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation() 2402 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack() 3065 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
|
D | code_generator_arm.cc | 587 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 642 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation() 671 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation() 849 Move64(location, Location::DoubleStackSlot(stack_slot)); in Move() 1147 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal() 2645 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
|
D | register_allocator.cc | 1495 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()) in ConnectSiblings() 1680 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
|
D | code_generator.cc | 271 return temp_size == 2 ? Location::DoubleStackSlot(slot) : Location::StackSlot(slot); in GetTemporaryLocation()
|