/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 532 CALLSEQ_START, // Beginning of a call sequence enumerator
|
D | SelectionDAG.h | 478 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 630 CALLSEQ_START, // Beginning of a call sequence enumerator
|
D | SelectionDAG.h | 727 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 676 CALLSEQ_START, // Beginning of a call sequence enumerator
|
D | SelectionDAG.h | 843 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 44 SDNode<"ISD::CALLSEQ_START", SDT_WebAssemblyCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUNodes.td | 21 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPUCallSeq,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 73 SDNode<"ISD::CALLSEQ_START", SDT_WebAssemblyCallSeqStart,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.td | 91 def callseq_start : SDNode<"ISD::CALLSEQ_START",
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 284 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 312 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 36 def BPFcallseq_start: SDNode<"ISD::CALLSEQ_START", SDT_BPFCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 229 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/ |
D | BPFInstrInfo.td | 41 def BPFcallseq_start: SDNode<"ISD::CALLSEQ_START", SDT_BPFCallSeqStart,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 155 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 236 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 60 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARCCallSeqStart,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 45 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_LanaiCallSeqStart,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 33 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_RISCVCallSeqStart,
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 44 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_LanaiCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 117 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.td | 25 def BfinCallseqStart : SDNode<"ISD::CALLSEQ_START", SDT_BfinCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 41 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MBCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.td | 79 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,
|