Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h79 if (Node->getOpcode() == ISD::EntryToken || in isPassiveNode()
H A DScheduleDAGFast.cpp675 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N))) in ScheduleNode()
747 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N))) in Schedule()
H A DSelectionDAGDumper.cpp109 case ISD::EntryToken: return "EntryToken"; in getOperationName()
942 if (Node.getOpcode() == ISD::EntryToken) in shouldPrintInline()
H A DScheduleDAGRRList.cpp476 if (N->getOpcode() == ISD::EntryToken) in IsChainDependent()
534 if (N->getOpcode() == ISD::EntryToken) in FindCallSeqStart()
H A DInstrEmitter.cpp1210 case ISD::EntryToken: in EmitSpecialNode()
H A DSelectionDAGISel.cpp2575 if (V->getOpcode() == ISD::EntryToken) in HandleMergeInputChains()
3058 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
H A DSelectionDAG.cpp1206 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps()
1319 : TM(tm), OptLevel(OL), EntryNode(ISD::EntryToken, 0, DebugLoc(), in SelectionDAG()
6586 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode()
6587 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode()
11441 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
H A DDAGCombiner.cpp1904 if (RV.getOpcode() != ISD::EntryToken) in Run()
2220 case ISD::EntryToken: in visitTokenFactor()
2306 case ISD::EntryToken: in visitTokenFactor()
28012 case ISD::EntryToken: in GatherAllAliases()
H A DSelectionDAGBuilder.cpp1114 if (Root.getOpcode() != ISD::EntryToken) { in updateRoot()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h47 EntryToken, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp844 case ISD::EntryToken: in isSDNodeAlwaysUniform()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6686 assert(Chain.getOpcode() == ISD::EntryToken && "Unexpected Chain value"); in LowerFormalArguments()