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()
250 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
361 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
H A DX86CallLowering.cpp
H A DX86FastISel.cpp3388 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
H A DX86ISelLowering.cpp37726 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.cpp233 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
H A DTargetInstrInfo.cpp1668 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
1940 if (AdjI.getOpcode() == getCallFrameSetupOpcode()) in getCallFrameSizeAt()
H A DPrologEpilogInserter.cpp389 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
H A DMachineVerifier.cpp3951 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h223 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
228 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
234 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.cpp690 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp333 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp376 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp366 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1407 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1996 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3024 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp7042 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in legalizeOperands()