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.cpp1484 SPAdj -= TII.getSPAdjust(MI); in replaceFrameIndicesBackward()
1525 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1573 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()
H A DTargetInstrInfo.cpp1662 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h282 int getSPAdjust(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp411 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h270 virtual int getSPAdjust(const MachineInstr &MI) const;