Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFinalizeISel.cpp61 if (TII->isFrameInstr(MI) || MI.isStackAligningInlineAsm()) in runImpl()
H A DPrologEpilogInserter.cpp1483 if (TII.isFrameInstr(MI)) { in replaceFrameIndicesBackward()
1523 if (TII.isFrameInstr(*I)) { in replaceFrameIndices()
H A DTargetInstrInfo.cpp1671 if (!isFrameInstr(MI)) in getSPAdjust()
/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/Target/X86/
H A DX86InstrInfo.h263 assert(isFrameInstr(I)); in getFrameAdjustment()
272 assert(isFrameInstr(I)); in setFrameAdjustment()
H A DX86FrameLowering.cpp4648 while (!TII.isFrameInstr(*KillMI)) in spillFPBP()
H A DX86InstrInfo.cpp415 if (isFrameInstr(MI)) { in getSPAdjust()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h227 bool isFrameInstr(const MachineInstr &I) const { in isFrameInstr() function
246 assert(isFrameInstr(I) && "Not a frame instruction"); in getFrameSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h522 assert(isFrameInstr(MI)); in getFramePred()