Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp601 unsigned SPAdjust; member
607 void addInst(MachineBasicBlock::iterator I, unsigned SPAdjust, in addInst()
609 InstInfo Info = {I, SPAdjust, BeforeFPSet}; in addInst()
617 Info->SPAdjust += ExtraBytes; in addExtraBytes()
628 CFAOffset += Info.SPAdjust; in emitDefCFAOffsets()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1209 static unsigned calculateSetFPREG(uint64_t SPAdjust) { in calculateSetFPREG() argument
1213 uint64_t SEHFrameOffset = std::min(SPAdjust, Win64MaxSEHOffset); in calculateSetFPREG()