Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h181 int getSPAdjust(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp399 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in X86InstrInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1344 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1468 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()
H A DTargetInstrInfo.cpp997 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in TargetInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h241 virtual int getSPAdjust(const MachineInstr &MI) const;