Searched refs:CALLSEQ_START (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 531 CALLSEQ_START, // Beginning of a call sequence enumerator
|
D | SelectionDAG.h | 481 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUNodes.td | 21 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPUCallSeq,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 252 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
|
D | LegalizeDAG.cpp | 772 case ISD::CALLSEQ_START: in LegalizeOp() 903 case ISD::CALLSEQ_START: in LegalizeOp()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 117 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 68 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 79 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 41 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MBCallSeqStart,
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 54 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 408 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) { in isCalleeLoad()
|
D | X86InstrInfo.td | 177 SDNode<"ISD::CALLSEQ_START", SDT_X86CallSeqStart,
|
/external/llvm/lib/Target/PTX/ |
D | PTXInstrInfo.td | 47 // def PTXcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PTXCallSeqStart,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 107 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PPCCallSeqStart,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 2379 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 89 def ARMcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARMCallSeqStart,
|