Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp301 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
H A DX86FastISel.cpp3293 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
H A DX86ISelLowering.cpp35277 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp158 } while(Previous->getOpcode() != TII.getCallFrameSetupOpcode()); in findSplitPointForStackProtector()
H A DMachineFrameInfo.cpp189 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
H A DPrologEpilogInserter.cpp320 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
H A DTargetInstrInfo.cpp1003 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
H A DMachineVerifier.cpp3266 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructionsMIR.cpp58 if (MI.getOpcode() == TII.getCallFrameSetupOpcode() || in shouldNotRemoveInstruction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h194 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
199 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
205 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp239 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp188 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp460 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()
517 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
787 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
858 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
2989 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
H A DFastISel.cpp697 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp348 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1420 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1934 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3003 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5873 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in legalizeOperands()