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

/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FrameLowering.cpp301 int stackGrowth = -TD->getPointerSize();
314 int64_t saveAreaOffset = (HasFP ? 3 : 2) * stackGrowth;
681 int stackGrowth = -TD->getPointerSize();
710 MachineLocation SPSrc(MachineLocation::VirtualFP, 2 * stackGrowth);
714 MachineLocation SPSrc(StackPtr, stackGrowth);
719 MachineLocation FPDst(MachineLocation::VirtualFP, 2 * stackGrowth);
765 int StackOffset = 2 * stackGrowth;
784 StackOffset += stackGrowth;
901 -StackSize + stackGrowth);
905 MachineLocation SPSrc(StackPtr, stackGrowth);
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp318 int stackGrowth = is64Bit ? -8 : -4; local
320 // Initial state of the frame pointer is esp+stackGrowth.
322 MachineLocation Src(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
326 MachineLocation CSDst(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp184 int stackGrowth = is64Bit ? -8 : -4; local
186 // Initial state of the frame pointer is esp+stackGrowth.
189 nullptr, MRI.getDwarfRegNum(StackPtr, true), -stackGrowth);
195 nullptr, MRI.getDwarfRegNum(InstPtr, true), stackGrowth);
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1003 int stackGrowth = -SlotSize;
1055 MCCFIInstruction::createDefCfaOffset(nullptr, 2 * stackGrowth));
1060 nullptr, DwarfFramePtr, 2 * stackGrowth));
1105 int StackOffset = 2 * stackGrowth;
1121 StackOffset += stackGrowth;
1378 nullptr, -StackSize + stackGrowth));
H A DX86MCInstLower.cpp1295 int stackGrowth = -RI->getSlotSize();
1298 OutStreamer->EmitCFIAdjustCfaOffset(-stackGrowth);
1309 OutStreamer->EmitCFIAdjustCfaOffset(stackGrowth);

Completed in 201 milliseconds