HomeSort by relevance Sort by last modified time
    Searched refs:CALLSEQ_END (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 616 /// 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
    [all...]
SelectionDAG.h 644 /// 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);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 284 case ISD::CALLSEQ_END: return "callseq_end";
StatepointLowering.cpp 333 // ch, glue = callseq_end ch, glue
348 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!");
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 181 milliseconds