Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1482 SPAdj -= TII.getSPAdjust(MI); in replaceFrameIndicesBackward()
1523 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1571 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()
H A DTargetInstrInfo.cpp1351 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h235 int getSPAdjust(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp424 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h257 virtual int getSPAdjust(const MachineInstr &MI) const;