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()
468 if ((++I)->getOpcode() != TII->getCallFrameDestroyOpcode()) in collectCallInfo()
H A DX86CallLowering.cpp
H A DX86FastISel.cpp3618 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
H A DX86FrameLowering.cpp3794 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DX86InstrInfo.cpp430 if (I->getOpcode() == getCallFrameDestroyOpcode() || I->isCall()) in getSPAdjust()
436 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp382 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
400 } 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.cpp234 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
H A DTargetInstrInfo.cpp1669 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
1942 if (AdjI.getOpcode() == getCallFrameDestroyOpcode()) in getCallFrameSizeAt()
H A DPrologEpilogInserter.cpp390 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
H A DMachineVerifier.cpp3952 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.cpp251 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
/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.cpp704 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp421 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h224 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
229 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp386 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp234 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp2029 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1481 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2087 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()
H A DARMFrameLowering.cpp3171 bool IsDestroy = Opc == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3106 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()

12