Searched refs:CALLSEQ_END (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h616 /// CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end
620 /// CALLSEQ_START..CALLSEQ_END pairs may not be nested.
622 CALLSEQ_END, // End of a call sequence enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h644 /// Return a new CALLSEQ_END node, which always must have a
646 /// CALLSEQ_END does not have a useful SDLoc.
656 return getNode(ISD::CALLSEQ_END, DL, NodeTys, Ops);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp284 case ISD::CALLSEQ_END: return "callseq_end";
H A DStatepointLowering.cpp348 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!");
H A DLegalizeDAG.cpp1288 case ISD::CALLSEQ_END:
1444 case ISD::CALLSEQ_END:
H A DSelectionDAGBuilder.cpp6776 // chain, flag = CALLSEQ_END(chain, 0, 0, flag)
6865 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END &&

Completed in 124 milliseconds