Home
last modified time | relevance | path

Searched refs:EntryToken (Results 1 – 21 of 21) 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h63 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
DInstrEmitter.cpp798 case ISD::EntryToken: in EmitSpecialNode()
DSelectionDAG.cpp645 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps()
839 EntryNode(ISD::EntryToken, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
2685 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode()
2686 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode()
5584 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
5894 case ISD::EntryToken: return "EntryToken"; in getOperationName()
DSelectionDAGISel.cpp2025 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
DDAGCombiner.cpp1228 case ISD::EntryToken: in visitTokenFactor()
7932 case ISD::EntryToken: in GatherAllAliases()
DLegalizeDAG.cpp1050 if (LastCALLSEQ_END.getOpcode() != ISD::EntryToken) { in LegalizeOp()
DSelectionDAGBuilder.cpp883 if (Root.getOpcode() != ISD::EntryToken) { in getControlRoot()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h69 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
DSelectionDAGDumper.cpp83 case ISD::EntryToken: return "EntryToken"; in getOperationName()
577 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.cpp892 case ISD::EntryToken: in EmitSpecialNode()
DScheduleDAGRRList.cpp443 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent()
503 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
DSelectionDAG.cpp766 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps()
886 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
3485 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode()
3486 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode()
6631 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
DSelectionDAGISel.cpp2736 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
DDAGCombiner.cpp1558 case ISD::EntryToken: in visitTokenFactor()
14881 case ISD::EntryToken: in GatherAllAliases()
DSelectionDAGBuilder.cpp915 if (Root.getOpcode() != ISD::EntryToken) { in getControlRoot()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h45 EntryToken, enumerator
/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.rst772 always a marker node with an Opcode of ``ISD::EntryToken``. The Root node is