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

  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 300 int stackGrowth = -TD->getPointerSize();
313 int64_t saveAreaOffset = (HasFP ? 3 : 2) * stackGrowth;
439 int stackGrowth = -TD->getPointerSize();
467 MachineLocation SPSrc(MachineLocation::VirtualFP, 2 * stackGrowth);
471 MachineLocation SPSrc(StackPtr, stackGrowth);
476 MachineLocation FPDst(MachineLocation::VirtualFP, 2 * stackGrowth);
519 int StackOffset = 2 * stackGrowth;
538 StackOffset += stackGrowth;
637 -StackSize + stackGrowth);
641 MachineLocation SPSrc(StackPtr, stackGrowth);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 321 int stackGrowth = is64Bit ? -8 : -4;
323 // Initial state of the frame pointer is esp+stackGrowth.
325 MachineLocation Src(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
329 MachineLocation CSDst(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 70 int stackGrowth = stackGrowthDirection == TargetFrameLowering::StackGrowsUp ?
121 int Offset = Dst.getOffset() / stackGrowth;
485 int stackGrowth = stackGrowthDirection == TargetFrameLowering::StackGrowsUp ?
496 JCE->emitSLEB128Bytes(stackGrowth);

Completed in 122 milliseconds