Searched refs:GetLocal (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | ssa_builder.cc | 535 HInstruction* value = current_locals_->Get(load->GetLocal()->GetRegNumber()); in VisitLoadLocal() 549 current_locals_->Put(store->GetLocal()->GetRegNumber(), store->InputAt(1)); in VisitStoreLocal()
|
D | code_generator_arm64.cc | 568 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal()); in Move() 588 return Location::StackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 592 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 2561 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal() 2566 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
|
D | code_generator_mips64.cc | 821 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal()); in Move() 840 return Location::StackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 844 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 2964 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal() 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() 601 return Location::StackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 730 Move(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal()))); in Move() 736 Location::DoubleStackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal()))); in Move() 931 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal() 936 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
|
D | code_generator_arm.cc | 587 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 592 return Location::StackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 835 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal()); in Move() 1142 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal() 1147 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() 543 return Location::StackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation() 759 int slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal()); in Move() 968 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal() 973 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
|
D | nodes.h | 2178 HLocal* GetLocal() const { return reinterpret_cast<HLocal*>(InputAt(0)); } in GetLocal() function 2195 HLocal* GetLocal() const { return reinterpret_cast<HLocal*>(InputAt(0)); } in GetLocal() function
|