Searched refs:CALLSEQ_END (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 532 CALLSEQ_END, // End of a call sequence enumerator
|
D | SelectionDAG.h | 495 return getNode(ISD::CALLSEQ_END, DebugLoc(), NodeTys, &Ops[0],
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUNodes.td | 23 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPUCallSeq,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 253 case ISD::CALLSEQ_END: return "callseq_end"; in getOperationName()
|
D | LegalizeDAG.cpp | 773 case ISD::CALLSEQ_END: in LegalizeOp() 904 case ISD::CALLSEQ_END: in LegalizeOp()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 119 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/Mips/ |
D | MipsInstrInfo.td | 81 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MipsCallSeqEnd,
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 44 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MBCallSeqEnd,
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 57 SDNode<"ISD::CALLSEQ_END", SDT_MSP430CallSeqEnd,
|
/external/llvm/lib/Target/PTX/ |
D | PTXInstrInfo.td | 49 // def PTXcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_PTXCallSeqEnd,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 109 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_PPCCallSeqEnd,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 180 SDNode<"ISD::CALLSEQ_END", SDT_X86CallSeqEnd,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 2376 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 91 def ARMcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_ARMCallSeqEnd,
|