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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 68 if (Node->getOpcode() == ISD::EntryToken ||
ScheduleDAGFast.cpp 668 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N)))
741 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N)))
SelectionDAGDumper.cpp 76 case ISD::EntryToken: return "EntryToken";
InstrEmitter.cpp     [all...]
ScheduleDAGRRList.cpp 444 if (N->getOpcode() == ISD::EntryToken)
504 if (N->getOpcode() == ISD::EntryToken)
    [all...]
SelectionDAG.cpp 742 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
    [all...]
SelectionDAGISel.cpp     [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 156 milliseconds