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

  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 76 int StackSlot;
79 // All registers to spill to StackSlot, including the main register.
254 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
258 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
622 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
744 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
803 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
    [all...]
  /art/compiler/optimizing/
locations.h 122 static Location StackSlot(intptr_t stack_index) {
register_allocator.cc 660 return Location::StackSlot(interval->GetParent()->GetSpillSlot());
810 : Location::StackSlot(interval->GetParent()->GetSpillSlot()));
    [all...]
code_generator_x86_64.cc 256 return Location::StackSlot(GetStackSlot(load->GetLocal()));
333 Move(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal())));
454 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
659 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1));
903 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize());
    [all...]
code_generator.cc 127 return Location::StackSlot(slot);
code_generator_arm.cc 309 return Location::StackSlot(GetStackSlot(load->GetLocal()));
339 return Location::StackSlot(calling_convention.GetStackOffsetOf(index));
491 Move32(location, Location::StackSlot(stack_slot));
706 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
    [all...]
code_generator_x86.cc 284 return Location::StackSlot(GetStackSlot(load->GetLocal()));
314 return Location::StackSlot(calling_convention.GetStackOffsetOf(index));
448 Move32(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal())));
575 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
    [all...]
  /external/chromium_org/v8/src/
lithium.h 21 V(StackSlot, STACK_SLOT, 128) \
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 791 SDValue BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/chromium_org/v8/src/compiler/
instruction.h 42 V(StackSlot, STACK_SLOT, 128) \
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 262 milliseconds