Searched refs:stackGrowth (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp70 int stackGrowth = stackGrowthDirection == TargetFrameLowering::StackGrowsUp ? local
121 int Offset = Dst.getOffset() / stackGrowth;
485 int stackGrowth = stackGrowthDirection == TargetFrameLowering::StackGrowsUp ? local
496 JCE->emitSLEB128Bytes(stackGrowth);
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp320 int stackGrowth = -TD->getPointerSize();
333 int64_t saveAreaOffset = (HasFP ? 3 : 2) * stackGrowth;
720 int stackGrowth = -TD->getPointerSize();
753 MachineLocation SPSrc(MachineLocation::VirtualFP, 2 * stackGrowth);
757 MachineLocation SPSrc(StackPtr, stackGrowth);
762 MachineLocation FPDst(MachineLocation::VirtualFP, 2 * stackGrowth);
795 int StackOffset = 2 * stackGrowth;
814 StackOffset += stackGrowth;
952 -StackSize + stackGrowth);
956 MachineLocation SPSrc(StackPtr, stackGrowth);
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp392 int stackGrowth = is64Bit ? -8 : -4; local
394 // Initial state of the frame pointer is esp+stackGrowth.
396 MachineLocation Src(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
400 MachineLocation CSDst(is64Bit ? X86::RSP : X86::ESP, stackGrowth);

Completed in 470 milliseconds