Home
last modified time | relevance | path

Searched refs:CALLSEQ_START (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h531 CALLSEQ_START, // Beginning of a call sequence enumerator
DSelectionDAG.h481 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
/external/llvm/lib/Target/CellSPU/
DSPUNodes.td21 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPUCallSeq,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp252 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
DLegalizeDAG.cpp772 case ISD::CALLSEQ_START: in LegalizeOp()
903 case ISD::CALLSEQ_START: in LegalizeOp()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td117 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.td68 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td79 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.td41 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MBCallSeqStart,
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp408 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) { in isCalleeLoad()
DX86InstrInfo.td177 SDNode<"ISD::CALLSEQ_START", SDT_X86CallSeqStart,
/external/llvm/lib/Target/PTX/
DPTXInstrInfo.td47 // def PTXcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PTXCallSeqStart,
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td107 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PPCCallSeqStart,
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2379 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td89 def ARMcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARMCallSeqStart,