Home
last modified time | relevance | path

Searched refs:getCallFrameSetupOpcode (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp164 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
251 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
363 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
H A DX86CallLowering.cpp
H A DX86FastISel.cpp3347 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
H A DX86ISelLowering.cpp35515 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
36507 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in emitPatchableEventCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp161 } while(Previous->getOpcode() != TII.getCallFrameSetupOpcode()); in findSplitPointForStackProtector()
H A DMachineFrameInfo.cpp190 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp238 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
H A DTargetInstrInfo.cpp1357 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
1630 if (AdjI.getOpcode() == getCallFrameSetupOpcode()) in getCallFrameSizeAt()
H A DPrologEpilogInserter.cpp363 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
H A DMachineVerifier.cpp3799 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h210 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
215 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
221 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp208 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp462 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()
519 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
789 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
860 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
2988 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
H A DFastISel.cpp693 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp378 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp334 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp367 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1418 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1934 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3026 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp6732 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in legalizeOperands()