Home
last modified time | relevance | path

Searched refs:isFrameSetup (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h157 if (isFrameSetup(I)) in getFrameAdjustment()
166 if (isFrameSetup(I)) in setFrameAdjustment()
DX86InstrInfo.cpp146 if (!isFrameSetup(MI)) in getSPAdjust()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.h155 if (isFrameSetup(I)) in getFrameAdjustment()
164 if (isFrameSetup(I)) in setFrameAdjustment()
DX86InstrInfo.cpp630 if (!isFrameSetup(MI)) in getSPAdjust()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h194 bool isFrameSetup(const MachineInstr &I) const { in isFrameSetup() function
216 if (isFrameSetup(I)) { in getFrameTotalSize()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h201 bool isFrameSetup(const MachineInstr &I) const { in isFrameSetup() function
223 if (isFrameSetup(I)) { in getFrameTotalSize()
/external/llvm-project/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1189 InsideCallSequence = TII.isFrameSetup(*I); in replaceFrameIndices()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1190 InsideCallSequence = TII.isFrameSetup(*I); in replaceFrameIndices()