Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h72 assert(isFrameInstr(I) && "Not a frame instruction"); in getFramePoppedByCallee()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFinalizeISel.cpp59 if (TII->isFrameInstr(MI) || MI.isStackAligningInlineAsm()) in runImpl()
H A DPrologEpilogInserter.cpp1481 if (TII.isFrameInstr(MI)) { in replaceFrameIndicesBackward()
1521 if (TII.isFrameInstr(*I)) { in replaceFrameIndices()
H A DTargetInstrInfo.cpp1360 if (!isFrameInstr(MI)) in getSPAdjust()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h216 assert(isFrameInstr(I)); in getFrameAdjustment()
225 assert(isFrameInstr(I)); in setFrameAdjustment()
H A DX86InstrInfo.cpp428 if (isFrameInstr(MI)) { in getSPAdjust()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h214 bool isFrameInstr(const MachineInstr &I) const { in isFrameInstr() function
233 assert(isFrameInstr(I) && "Not a frame instruction"); in getFrameSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h531 assert(isFrameInstr(MI)); in getFramePred()