Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h534 CALLSEQ_START, // Beginning of a call sequence enumerator
DSelectionDAG.h570 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops, 2);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp252 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
DLegalizeDAG.cpp1222 case ISD::CALLSEQ_START: in LegalizeOp()
1370 case ISD::CALLSEQ_START: in LegalizeOp()
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZOperators.td88 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrInfo.td160 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreInstrInfo.td68 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsInstrInfo.td81 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp423 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) { in isCalleeLoad()
DX86InstrInfo.td191 SDNode<"ISD::CALLSEQ_START", SDT_X86CallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td158 def AArch64callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AArch64CallSeqStart,
168 // the InstrInfo constructor. CALLSEQ_START/CALLSEQ_END are produced by
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2019 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td125 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PPCCallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td2571 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_NVPTXCallSeqStart,
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMInstrInfo.td102 def ARMcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARMCallSeqStart,