Home
last modified time | relevance | path

Searched refs:getSPAdjust (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1495 SPAdj -= TII.getSPAdjust(MI); in replaceFrameIndicesBackward()
1536 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1584 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()
H A DTargetInstrInfo.cpp1291 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in TargetInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h206 int getSPAdjust(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp423 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in X86InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h255 virtual int getSPAdjust(const MachineInstr &MI) const;