Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h317 Register BP, int SPAdjust) const;
323 Register FP, Register BP, int SPAdjust) const;
H A DX86FrameLowering.cpp1270 static unsigned calculateSetFPREG(uint64_t SPAdjust) { in calculateSetFPREG() argument
1274 uint64_t SEHFrameOffset = std::min(SPAdjust, Win64MaxSEHOffset); in calculateSetFPREG()
4318 int SPAdjust) const { in spillFPBPUsingSP()
4339 if (SPAdjust) in spillFPBPUsingSP()
4340 emitSPUpdate(*MBB, BeforeMI, DL, -SPAdjust, false); in spillFPBPUsingSP()
4354 int Offset = SPAdjust; in spillFPBPUsingSP()
4387 int SPAdjust) const { in restoreFPBPUsingSP()
4394 if (SPAdjust) in restoreFPBPUsingSP()
4395 emitSPUpdate(*MBB, Pos, DL, SPAdjust, false); in restoreFPBPUsingSP()
4442 int SPAdjust = computeFPBPAlignmentGap(MF, RC, NumRegs); in saveAndRestoreFPBPUsingSP() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp738 unsigned SPAdjust; member
744 << "sp-adjust=" << SPAdjust; in dump()
752 void addInst(MachineBasicBlock::iterator I, unsigned SPAdjust, in addInst()
754 InstInfo Info = {I, SPAdjust, BeforeFPSet}; in addInst()
762 Info->SPAdjust += ExtraBytes; in addExtraBytes()
772 CFAOffset += Info.SPAdjust; in emitDefCFAOffsets()