Home
last modified time | relevance | path

Searched refs:EntryToken (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-sitofp-combine-chains.ll5 ; operations in this function both ended up direct successors to the EntryToken
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h68 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
DScheduleDAGFast.cpp668 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) in ScheduleNode()
741 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N))) in Schedule()
DSelectionDAGDumper.cpp76 case ISD::EntryToken: return "EntryToken"; in getOperationName()
DInstrEmitter.cpp879 case ISD::EntryToken: in EmitSpecialNode()
DScheduleDAGRRList.cpp444 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent()
504 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
DSelectionDAG.cpp742 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps()
933 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
3077 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode()
3078 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode()
6145 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
DSelectionDAGISel.cpp2448 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
DDAGCombiner.cpp1393 case ISD::EntryToken: in visitTokenFactor()
11619 case ISD::EntryToken: in GatherAllAliases()
DSelectionDAGBuilder.cpp929 if (Root.getOpcode() != ISD::EntryToken) { in getControlRoot()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h45 EntryToken, enumerator
/external/llvm/docs/
DCodeGenerator.rst775 always a marker node with an Opcode of ``ISD::EntryToken``. The Root node is