Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrInfo.h181 int getSPAdjust(const MachineInstr &MI) const override;
DX86InstrInfo.cpp399 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in X86InstrInfo
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1583 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1632 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()
DTargetInstrInfo.cpp1131 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in TargetInstrInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h248 virtual int getSPAdjust(const MachineInstr &MI) const;