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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 68 if (Node->getOpcode() == ISD::EntryToken ||
SelectionDAGDumper.cpp 77 case ISD::EntryToken: return "EntryToken";
ScheduleDAGRRList.cpp 423 if (N->getOpcode() == ISD::EntryToken)
483 if (N->getOpcode() == ISD::EntryToken)
    [all...]
InstrEmitter.cpp     [all...]
SelectionDAG.cpp 700 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
892 OptLevel(OL), EntryNode(ISD::EntryToken, DebugLoc(), getVTList(MVT::Other)),
    [all...]
SelectionDAGISel.cpp 771 if (Node->use_empty()) // Don't delete EntryToken, etc.
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 44 /// EntryToken - This is the marker used to indicate the start of a region.
45 EntryToken,
    [all...]

Completed in 57 milliseconds