Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp320 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
H A DX86FastISel.cpp3295 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
H A DX86ISelLowering.cpp36264 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructionsMIR.cpp59 if (MI.getOpcode() == TII.getCallFrameSetupOpcode() || in shouldNotRemoveInstruction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp161 } 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 DTargetInstrInfo.cpp1137 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
H A DMachineVerifier.cpp3360 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h201 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
206 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
212 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp239 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp188 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp463 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()
520 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
790 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
861 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
2996 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
H A DFastISel.cpp692 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp359 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1419 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1934 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3027 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5990 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in legalizeOperands()