/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/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/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 284 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
|
D | LegalizeDAG.cpp | 1007 case ISD::CALLSEQ_START: in LegalizeOp() 1162 case ISD::CALLSEQ_START: in LegalizeOp()
|
/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/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 155 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
/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,
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 68 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 409 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) { in isCalleeLoad()
|
/external/llvm/docs/ |
D | Statepoints.rst | 303 CALLSEQ_START
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 80 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 53 SDNode<"ISD::CALLSEQ_START", SDT_SystemZCallSeqStart,
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 40 def AVRcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AVRCallSeqStart,
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrInfo.td | 47 // def PTXcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PTXCallSeqStart,
|