Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h79 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
H A DScheduleDAGFast.cpp665 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) in ScheduleNode()
737 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N))) in Schedule()
H A DSelectionDAGDumper.cpp105 case ISD::EntryToken: return "EntryToken"; in getOperationName()
893 if (Node.getOpcode() == ISD::EntryToken) in shouldPrintInline()
H A DScheduleDAGRRList.cpp474 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent()
532 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
H A DInstrEmitter.cpp1101 case ISD::EntryToken: in EmitSpecialNode()
H A DSelectionDAGISel.cpp2423 if (V->getOpcode() == ISD::EntryToken) in HandleMergeInputChains()
2831 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
H A DSelectionDAG.cpp1019 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps()
1134 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
5507 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode()
5508 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode()
9358 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
H A DDAGCombiner.cpp1587 if (RV.getOpcode() != ISD::EntryToken) { in Run()
1879 case ISD::EntryToken: in visitTokenFactor()
1965 case ISD::EntryToken: in visitTokenFactor()
22871 case ISD::EntryToken: in GatherAllAliases()
H A DSelectionDAGBuilder.cpp1052 if (Root.getOpcode() != ISD::EntryToken) { in updateRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h47 EntryToken, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp794 case ISD::EntryToken: in isSDNodeAlwaysUniform()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst775 always a marker node with an Opcode of ``ISD::EntryToken``. The Root node is