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

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

Completed in 32 milliseconds