Searched refs:EntryToken (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h68 if (Node->getOpcode() == ISD::EntryToken ||
H A DScheduleDAGFast.cpp674 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N)))
747 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N)))
H A DSelectionDAGDumper.cpp77 case ISD::EntryToken: return "EntryToken";
H A DInstrEmitter.cpp888 case ISD::EntryToken:
889 llvm_unreachable("EntryToken should have been excluded from the schedule!");
H A DScheduleDAGRRList.cpp443 if (N->getOpcode() == ISD::EntryToken)
503 if (N->getOpcode() == ISD::EntryToken)
H A DSelectionDAG.cpp818 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
932 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)),
3184 if (N1.getOpcode() == ISD::EntryToken) return N2;
3185 if (N2.getOpcode() == ISD::EntryToken) return N1;
6303 assert(AllNodes.front().getOpcode() == ISD::EntryToken &&
H A DSelectionDAGISel.cpp900 if (Node->use_empty()) // Don't delete EntryToken, etc.
2616 case ISD::EntryToken: // These nodes remain the same.
H A DDAGCombiner.cpp1507 case ISD::EntryToken:
13324 case ISD::EntryToken:
H A DSelectionDAGBuilder.cpp940 if (Root.getOpcode() != ISD::EntryToken) {
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h44 /// EntryToken - This is the marker used to indicate the start of a region.
45 EntryToken, enumerator in enum:llvm::ISD::NodeType

Completed in 246 milliseconds