Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp253 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
271 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp163 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal()
464 if ((++I)->getOpcode() != TII->getCallFrameDestroyOpcode()) in collectCallInfo()
H A DX86CallLowering.cpp476 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
H A DX86FrameLowering.cpp2742 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DX86InstrInfo.cpp159 if (I->getOpcode() == getCallFrameDestroyOpcode() || in getSPAdjust()
166 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
H A DX86FastISel.cpp3550 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
H A DX86ISelLowering.cpp28803 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in EmitLoweredTLSAddr()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp186 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp201 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
H A DPrologEpilogInserter.cpp260 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
H A DTargetInstrInfo.cpp960 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
H A DMachineVerifier.cpp2356 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp145 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h162 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
167 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp453 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in IsChainDependent()
509 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in FindCallSeqStart()
576 Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in ReleasePredecessors()
869 SUNode->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in UnscheduleNodeBottomUp()
1383 if (Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
H A DFastISel.cpp852 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp390 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp757 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp255 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
H A DAArch64FastISel.cpp3124 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1496 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2047 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()