Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h79 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
DScheduleDAGFast.cpp665 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) in ScheduleNode()
737 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N))) in Schedule()
DSelectionDAGDumper.cpp105 case ISD::EntryToken: return "EntryToken"; in getOperationName()
817 if (Node.getOpcode() == ISD::EntryToken) in shouldPrintInline()
DInstrEmitter.cpp989 case ISD::EntryToken: in EmitSpecialNode()
DScheduleDAGRRList.cpp474 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent()
532 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
DSelectionDAGISel.cpp2383 if (V->getOpcode() == ISD::EntryToken) in HandleMergeInputChains()
2780 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
DSelectionDAG.cpp899 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()
DDAGCombiner.cpp1760 case ISD::EntryToken: in visitTokenFactor()
1846 case ISD::EntryToken: in visitTokenFactor()
20950 case ISD::EntryToken: in GatherAllAliases()
DSelectionDAGBuilder.cpp1049 if (Root.getOpcode() != ISD::EntryToken) { in updateRoot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h46 EntryToken, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp710 case ISD::EntryToken: in isSDNodeAlwaysUniform()