Home
last modified time | relevance | path

Searched refs:getCallFrameDestroyOpcode (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp165 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal()
470 if ((++I)->getOpcode() != TII->getCallFrameDestroyOpcode()) in collectCallInfo()
H A DX86CallLowering.cpp
H A DX86FrameLowering.cpp3730 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DX86FastISel.cpp3577 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
H A DX86InstrInfo.cpp443 if (I->getOpcode() == getCallFrameDestroyOpcode() || I->isCall()) in getSPAdjust()
449 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp384 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
402 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp140 Previous->getOpcode() == TII.getCallFrameDestroyOpcode()) { in findSplitPointForStackProtector()
H A DMachineFrameInfo.cpp191 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp239 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
H A DTargetInstrInfo.cpp1358 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
1632 if (AdjI.getOpcode() == getCallFrameDestroyOpcode()) in getCallFrameSizeAt()
H A DPrologEpilogInserter.cpp364 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
H A DMachineVerifier.cpp3800 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp246 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp253 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp460 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in IsChainDependent()
516 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in FindCallSeqStart()
583 Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in ReleasePredecessors()
877 SUNode->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in UnscheduleNodeBottomUp()
1405 if (Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
H A DFastISel.cpp707 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h211 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
216 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp422 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp387 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp232 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1777 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1492 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2879 bool IsDestroy = Opc == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DARMFastISel.cpp2025 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp536 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()

12