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 526 // CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end of
530 // CALLSEQ_START..CALLSEQ_END pairs may not be nested.
532 CALLSEQ_END, // End of a call sequence
    [all...]
SelectionDAG.h 484 /// getCALLSEQ_END - Return a new CALLSEQ_END node, which always must have a
485 /// glue result (to ensure it's not CSE'd). CALLSEQ_END does not have
495 return getNode(ISD::CALLSEQ_END, DebugLoc(), NodeTys, &Ops[0],
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 253 case ISD::CALLSEQ_END: return "callseq_end";
LegalizeDAG.cpp     [all...]

Completed in 357 milliseconds