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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 63 if (Node->getOpcode() == ISD::EntryToken ||
InstrEmitter.cpp     [all...]
SelectionDAG.cpp 645 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
839 EntryNode(ISD::EntryToken, DebugLoc(), getVTList(MVT::Other)),
    [all...]
SelectionDAGISel.cpp 671 if (Node->use_empty()) { // Don't delete EntryToken, etc.
    [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 44 // EntryToken - This is the marker used to indicate the start of the region.
45 EntryToken,
    [all...]

Completed in 316 milliseconds