/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 533 CALLSEQ_END, // End of a call sequence enumerator
|
D | SelectionDAG.h | 492 return getNode(ISD::CALLSEQ_END, DebugLoc(), NodeTys, &Ops[0],
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 631 CALLSEQ_END, // End of a call sequence enumerator
|
D | SelectionDAG.h | 742 return getNode(ISD::CALLSEQ_END, DL, NodeTys, Ops);
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 47 SDNode<"ISD::CALLSEQ_END", SDT_WebAssemblyCallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUNodes.td | 23 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPUCallSeq,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 285 case ISD::CALLSEQ_END: return "callseq_end"; in getOperationName()
|
D | StatepointLowering.cpp | 320 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!"); in lowerCallFromStatepointLoweringInfo()
|
D | LegalizeDAG.cpp | 1008 case ISD::CALLSEQ_END: in LegalizeOp() 1163 case ISD::CALLSEQ_END: in LegalizeOp()
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 38 def BPFcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_BPFCallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 231 else if (Node->getOpcode() == ISD::CALLSEQ_END) { in FindCallEndFromCallStart() 288 case ISD::CALLSEQ_END: in FindCallStartFromCallEnd() 848 case ISD::CALLSEQ_END: in LegalizeOp() 1083 case ISD::CALLSEQ_END: in LegalizeOp()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 157 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_CallSeqEnd,
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 46 def CallSeqEnd : SDNode<"ISD::CALLSEQ_END", SDT_LanaiCallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 44 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MBCallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 119 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.td | 27 def BfinCallseqEnd : SDNode<"ISD::CALLSEQ_END", SDT_BfinCallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.td | 81 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MipsCallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 70 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_XCoreCallSeqEnd,
|
/external/llvm/docs/ |
D | Statepoints.rst | 309 CALLSEQ_END
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 57 SDNode<"ISD::CALLSEQ_END", SDT_MSP430CallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 56 SDNode<"ISD::CALLSEQ_END", SDT_SystemZCallSeqEnd,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 82 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_XCoreCallSeqEnd,
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 57 SDNode<"ISD::CALLSEQ_END", SDT_MSP430CallSeqEnd,
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 42 def AVRcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_AVRCallSeqEnd,
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrInfo.td | 49 // def PTXcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_PTXCallSeqEnd,
|