Searched refs:CALLSEQ_END (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 531 CALLSEQ_END, // End of a call sequence enumerator
|
D | SelectionDAG.h | 534 return getNode(ISD::CALLSEQ_END, DL, NodeTys, &Ops[0],
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 69 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_CallSeqEnd,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 251 case ISD::CALLSEQ_END: return "callseq_end"; in getOperationName()
|
D | LegalizeDAG.cpp | 1215 case ISD::CALLSEQ_END: in LegalizeOp() 1363 case ISD::CALLSEQ_END: in LegalizeOp()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 128 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 70 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/Mips/ |
D | MipsInstrInfo.td | 85 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MipsCallSeqEnd,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 158 def AArch64callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_AArch64CallSeqEnd, 164 // the InstrInfo constructor. CALLSEQ_START/CALLSEQ_END are produced by
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 2016 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 194 SDNode<"ISD::CALLSEQ_END", SDT_X86CallSeqEnd,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 127 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_PPCCallSeqEnd,
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2573 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_NVPTXCallSeqEnd,
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 101 def ARMcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_ARMCallSeqEnd,
|