Searched refs:CALLSEQ_START (Results 1 – 16 of 16) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 534 CALLSEQ_START, // Beginning of a call sequence enumerator
|
| D | SelectionDAG.h | 570 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops, 2);
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 252 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
|
| D | LegalizeDAG.cpp | 1222 case ISD::CALLSEQ_START: in LegalizeOp() 1370 case ISD::CALLSEQ_START: in LegalizeOp()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZOperators.td | 88 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.td | 160 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreInstrInfo.td | 68 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430InstrInfo.td | 54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.td | 81 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 423 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) { in isCalleeLoad()
|
| D | X86InstrInfo.td | 191 SDNode<"ISD::CALLSEQ_START", SDT_X86CallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64InstrInfo.td | 158 def AArch64callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AArch64CallSeqStart, 168 // the InstrInfo constructor. CALLSEQ_START/CALLSEQ_END are produced by
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.td | 2019 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.td | 125 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PPCCallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXInstrInfo.td | 2571 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_NVPTXCallSeqStart,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMInstrInfo.td | 102 def ARMcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARMCallSeqStart,
|