/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 677 CALLSEQ_END, // End of a call sequence enumerator
|
D | SelectionDAG.h | 858 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 76 SDNode<"ISD::CALLSEQ_END", SDT_WebAssemblyCallSeqEnd,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.td | 96 def callseq_end : SDNode<"ISD::CALLSEQ_END",
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 313 case ISD::CALLSEQ_END: return "callseq_end"; in getOperationName()
|
D | StatepointLowering.cpp | 347 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!"); in lowerCallFromStatepointLoweringInfo()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 43 def BPFcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_BPFCallSeqEnd,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 157 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_CallSeqEnd,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 238 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_CallSeqEnd,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 62 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_ARCCallSeqEnd,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 47 def CallSeqEnd : SDNode<"ISD::CALLSEQ_END", SDT_LanaiCallSeqEnd,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 35 def CallSeqEnd : SDNode<"ISD::CALLSEQ_END", SDT_RISCVCallSeqEnd,
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 46 def CallSeqEnd : SDNode<"ISD::CALLSEQ_END", SDT_LanaiCallSeqEnd,
|
/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,
|