Home
last modified time | relevance | path

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

12

/freebsd-14.2/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 DX86FrameLowering.cpp3675 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DX86FastISel.cpp3575 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
H A DX86InstrInfo.cpp442 if (I->getOpcode() == getCallFrameDestroyOpcode() || I->isCall()) in getSPAdjust()
448 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp385 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
403 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp140 Previous->getOpcode() == TII.getCallFrameDestroyOpcode()) { in findSplitPointForStackProtector()
H A DMachineFrameInfo.cpp190 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp237 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
H A DTargetInstrInfo.cpp1298 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
1572 if (AdjI.getOpcode() == getCallFrameDestroyOpcode()) in getCallFrameSizeAt()
H A DPrologEpilogInserter.cpp366 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
H A DMachineVerifier.cpp3491 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp253 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp246 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
/freebsd-14.2/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.cpp703 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h209 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
214 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp410 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp387 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp232 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1764 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1494 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2876 bool IsDestroy = Opc == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DARMFastISel.cpp2025 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp500 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DAArch64FastISel.cpp3103 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()

12