Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h187 int getSPAdjust(const MachineInstr &MI) const override;
DX86InstrInfo.cpp2109 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in X86InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1051 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1132 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()
DTargetInstrInfo.cpp964 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in TargetInstrInfo
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1059 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1139 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()
DTargetInstrInfo.cpp903 int TargetInstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in TargetInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h210 int getSPAdjust(const MachineInstr &MI) const override;
DX86InstrInfo.cpp139 int X86InstrInfo::getSPAdjust(const MachineInstr &MI) const { in getSPAdjust() function in X86InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h162 virtual int getSPAdjust(const MachineInstr &MI) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h208 virtual int getSPAdjust(const MachineInstr &MI) const;