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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 565 /// CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end
569 /// CALLSEQ_START..CALLSEQ_END pairs may not be nested.
571 CALLSEQ_END, // End of a call sequence
    [all...]
SelectionDAG.h 603 /// getCALLSEQ_END - Return a new CALLSEQ_END node, which always must have a
604 /// glue result (to ensure it's not CSE'd). CALLSEQ_END does not have
615 return getNode(ISD::CALLSEQ_END, DL, NodeTys, Ops);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 264 case ISD::CALLSEQ_END: return "callseq_end";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 63 milliseconds