Home
last modified time | relevance | path

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

12

/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/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/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp284 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
DLegalizeDAG.cpp1007 case ISD::CALLSEQ_START: in LegalizeOp()
1162 case ISD::CALLSEQ_START: in LegalizeOp()
/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/llvm/lib/Target/SystemZ/
DSystemZOperators.td155 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
/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,
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrInfo.td68 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp409 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) { in isCalleeLoad()
/external/llvm/docs/
DStatepoints.rst303 CALLSEQ_START
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.td54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.td80 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrInfo.td53 SDNode<"ISD::CALLSEQ_START", SDT_SystemZCallSeqStart,
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.td40 def AVRcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AVRCallSeqStart,
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.td47 // def PTXcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PTXCallSeqStart,

12