Searched refs:EntryToken (Results 1 – 24 of 24) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-sitofp-combine-chains.ll | 5 ; operations in this function both ended up direct successors to the EntryToken
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 79 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
|
D | ScheduleDAGFast.cpp | 665 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) in ScheduleNode() 737 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N))) in Schedule()
|
D | SelectionDAGDumper.cpp | 105 case ISD::EntryToken: return "EntryToken"; in getOperationName() 817 if (Node.getOpcode() == ISD::EntryToken) in shouldPrintInline()
|
D | InstrEmitter.cpp | 989 case ISD::EntryToken: in EmitSpecialNode()
|
D | ScheduleDAGRRList.cpp | 474 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent() 532 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
|
D | SelectionDAGISel.cpp | 2383 if (V->getOpcode() == ISD::EntryToken) in HandleMergeInputChains() 2780 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
|
D | SelectionDAG.cpp | 899 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps() 1014 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG() 5152 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode() 5153 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode() 8737 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
|
D | DAGCombiner.cpp | 1760 case ISD::EntryToken: in visitTokenFactor() 1846 case ISD::EntryToken: in visitTokenFactor() 20950 case ISD::EntryToken: in GatherAllAliases()
|
D | SelectionDAGBuilder.cpp | 1049 if (Root.getOpcode() != ISD::EntryToken) { in updateRoot()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 69 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
|
D | SelectionDAGDumper.cpp | 83 case ISD::EntryToken: return "EntryToken"; in getOperationName() 577 if (Node.getOpcode() == ISD::EntryToken) in shouldPrintInline()
|
D | ScheduleDAGFast.cpp | 673 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) in ScheduleNode() 745 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N))) in Schedule()
|
D | InstrEmitter.cpp | 892 case ISD::EntryToken: in EmitSpecialNode()
|
D | ScheduleDAGRRList.cpp | 443 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent() 503 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
|
D | SelectionDAG.cpp | 766 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()
|
D | SelectionDAGISel.cpp | 2736 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
|
D | DAGCombiner.cpp | 1558 case ISD::EntryToken: in visitTokenFactor() 14881 case ISD::EntryToken: in GatherAllAliases()
|
D | SelectionDAGBuilder.cpp | 915 if (Root.getOpcode() != ISD::EntryToken) { in getControlRoot()
|
/external/llvm/test/CodeGen/X86/ |
D | merge-store-partially-alias-loads.ll | 17 ; DBGDAG: [[ENTRYTOKEN:t[0-9]+]]: ch = EntryToken
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 45 EntryToken, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 46 EntryToken, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 710 case ISD::EntryToken: in isSDNodeAlwaysUniform()
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 772 always a marker node with an Opcode of ``ISD::EntryToken``. The Root node is
|