Home
last modified time | relevance | path

Searched refs:SPAdjust (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp180 unsigned SPAdjust; member
186 void addInst(MachineBasicBlock::iterator I, unsigned SPAdjust, in addInst()
188 InstInfo Info = {I, SPAdjust, BeforeFPSet}; in addInst()
196 Info->SPAdjust += ExtraBytes; in addExtraBytes()
206 CFAOffset -= Info.SPAdjust; in emitDefCFAOffsets()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp455 static unsigned calculateSetFPREG(uint64_t SPAdjust) { in calculateSetFPREG() argument
459 uint64_t SEHFrameOffset = std::min(SPAdjust, Win64MaxSEHOffset); in calculateSetFPREG()