Searched refs:CALLSEQ_START (Results 1 – 19 of 19) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 621 CALLSEQ_START, // Beginning of a call sequence enumerator
|
D | SelectionDAG.h | 641 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 44 SDNode<"ISD::CALLSEQ_START", SDT_WebAssemblyCallSeqStart,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 283 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
|
D | LegalizeDAG.cpp | 1287 case ISD::CALLSEQ_START: in LegalizeOp() 1443 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/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 146 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
/external/llvm/docs/ |
D | Statepoints.rst | 301 CALLSEQ_START
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 80 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 180 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 515 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) { in isCalleeLoad()
|
D | X86InstrInfo.td | 171 SDNode<"ISD::CALLSEQ_START", SDT_X86CallSeqStart,
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 84 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2680 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_NVPTXCallSeqStart,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 164 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PPCCallSeqStart,
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 104 def ARMcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARMCallSeqStart,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 4877 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 146 def AArch64callseq_start : SDNode<"ISD::CALLSEQ_START",
|