Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp186 unsigned SPAdjust; member
192 void addInst(MachineBasicBlock::iterator I, unsigned SPAdjust, in addInst()
194 InstInfo Info = {I, SPAdjust, BeforeFPSet}; in addInst()
202 Info->SPAdjust += ExtraBytes; in addExtraBytes()
213 CFAOffset -= Info.SPAdjust; in emitDefCFAOffsets()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp782 static unsigned calculateSetFPREG(uint64_t SPAdjust) { in calculateSetFPREG() argument
786 uint64_t SEHFrameOffset = std::min(SPAdjust, Win64MaxSEHOffset); in calculateSetFPREG()