Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h173 int getSPAdjust(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp623 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in X86InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1206 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1328 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()
H A DTargetInstrInfo.cpp998 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in TargetInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h239 virtual int getSPAdjust(const MachineInstr &MI) const;