Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h532 CALLSEQ_START, // Beginning of a call sequence enumerator
DSelectionDAG.h478 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h630 CALLSEQ_START, // Beginning of a call sequence enumerator
DSelectionDAG.h727 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h676 CALLSEQ_START, // Beginning of a call sequence enumerator
DSelectionDAG.h843 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td44 SDNode<"ISD::CALLSEQ_START", SDT_WebAssemblyCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUNodes.td21 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPUCallSeq,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td73 SDNode<"ISD::CALLSEQ_START", SDT_WebAssemblyCallSeqStart,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td91 def callseq_start : SDNode<"ISD::CALLSEQ_START",
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp284 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp312 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td36 def BPFcallseq_start: SDNode<"ISD::CALLSEQ_START", SDT_BPFCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp229 if (Node->getOpcode() == ISD::CALLSEQ_START) in FindCallEndFromCallStart()
276 while (Node->getOpcode() != ISD::CALLSEQ_START || nested) { in FindCallStartFromCallEnd()
283 case ISD::CALLSEQ_START: in FindCallStartFromCallEnd()
847 case ISD::CALLSEQ_START: in LegalizeOp()
1032 case ISD::CALLSEQ_START: { in LegalizeOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td41 def BPFcallseq_start: SDNode<"ISD::CALLSEQ_START", SDT_BPFCallSeqStart,
/external/llvm/lib/Target/SystemZ/
DSystemZOperators.td155 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZOperators.td236 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.td60 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARCCallSeqStart,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td45 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_LanaiCallSeqStart,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td33 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_RISCVCallSeqStart,
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td44 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_LanaiCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.td117 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.td25 def BfinCallseqStart : SDNode<"ISD::CALLSEQ_START", SDT_BfinCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.td41 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MBCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td79 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,

123