Home
last modified time | relevance | path

Searched refs:EntryToken (Results 1 – 13 of 13) 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.h69 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
DSelectionDAGDumper.cpp83 case ISD::EntryToken: return "EntryToken"; in getOperationName()
576 if (Node.getOpcode() == ISD::EntryToken) in shouldPrintInline()
DScheduleDAGFast.cpp673 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) in ScheduleNode()
745 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N))) in Schedule()
DInstrEmitter.cpp890 case ISD::EntryToken: in EmitSpecialNode()
DScheduleDAGRRList.cpp443 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent()
503 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
DSelectionDAG.cpp792 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps()
906 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
3425 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode()
3426 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode()
6644 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
DSelectionDAGISel.cpp2600 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
DDAGCombiner.cpp1563 case ISD::EntryToken: in visitTokenFactor()
14601 case ISD::EntryToken: in GatherAllAliases()
DSelectionDAGBuilder.cpp886 if (Root.getOpcode() != ISD::EntryToken) { in getControlRoot()
/external/llvm/test/CodeGen/X86/
Dmerge-store-partially-alias-loads.ll17 ; DBGDAG: [[ENTRYTOKEN:t[0-9]+]]: ch = EntryToken
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h45 EntryToken, enumerator
/external/llvm/docs/
DCodeGenerator.rst777 always a marker node with an Opcode of ``ISD::EntryToken``. The Root node is