Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp302 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
H A DX86FastISel.cpp3297 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
H A DX86ISelLowering.cpp33063 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h192 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
197 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
203 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp189 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
H A DPrologEpilogInserter.cpp312 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
H A DTargetInstrInfo.cpp1004 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
H A DMachineVerifier.cpp3120 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp240 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/netbsd-src/external/apache2/llvm/dist/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()
2976 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
H A DFastISel.cpp700 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
H A DSelectionDAGISel.cpp1731 } while(Previous->getOpcode() != TII.getCallFrameSetupOpcode()); in FindSplitPointForStackProtector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp351 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1418 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1930 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3003 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5523 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in legalizeOperands()