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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h172 /// getSPAdjust - This returns the stack pointer adjustment made by
175 int getSPAdjust(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp138 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { function in class:X86InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1191 SPAdj += TII.getSPAdjust(*I);
1297 SPAdj += TII.getSPAdjust(MI);
H A DTargetInstrInfo.cpp963 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { function in class:TargetInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h231 virtual int getSPAdjust(const MachineInstr &MI) const;

Completed in 123 milliseconds