Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h79 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
H A DScheduleDAGFast.cpp680 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) in ScheduleNode()
752 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N))) in Schedule()
H A DSelectionDAGDumper.cpp109 case ISD::EntryToken: return "EntryToken"; in getOperationName()
912 if (Node.getOpcode() == ISD::EntryToken) in shouldPrintInline()
H A DScheduleDAGRRList.cpp477 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent()
535 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
H A DInstrEmitter.cpp1200 case ISD::EntryToken: in EmitSpecialNode()
H A DSelectionDAGISel.cpp2445 if (V->getOpcode() == ISD::EntryToken) in HandleMergeInputChains()
2853 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
H A DSelectionDAG.cpp1164 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps()
1279 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other, MVT::Glue)), in SelectionDAG()
6142 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode()
6143 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode()
10793 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
H A DDAGCombiner.cpp1668 if (RV.getOpcode() != ISD::EntryToken) { in Run()
1970 case ISD::EntryToken: in visitTokenFactor()
2056 case ISD::EntryToken: in visitTokenFactor()
26181 case ISD::EntryToken: in GatherAllAliases()
H A DSelectionDAGBuilder.cpp1081 if (Root.getOpcode() != ISD::EntryToken) { in updateRoot()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h47 EntryToken, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp768 case ISD::EntryToken: in isSDNodeAlwaysUniform()
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst809 always a marker node with an Opcode of ``ISD::EntryToken``. The Root node is
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6338 assert(Chain.getOpcode() == ISD::EntryToken && "Unexpected Chain value"); in LowerFormalArguments()