Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
895 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.cpp1140 case ISD::EntryToken: in EmitSpecialNode()
H A DSelectionDAGISel.cpp2437 if (V->getOpcode() == ISD::EntryToken) in HandleMergeInputChains()
2845 case ISD::EntryToken: // These nodes remain the same. in SelectCodeCommon()
H A DSelectionDAG.cpp1020 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!"); in RemoveNodeFromCSEMaps()
1135 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
5571 if (N1.getOpcode() == ISD::EntryToken) return N2; in getNode()
5572 if (N2.getOpcode() == ISD::EntryToken) return N1; in getNode()
9443 assert(AllNodes.front().getOpcode() == ISD::EntryToken && in AssignTopologicalOrder()
H A DDAGCombiner.cpp1589 if (RV.getOpcode() != ISD::EntryToken) { in Run()
1881 case ISD::EntryToken: in visitTokenFactor()
1967 case ISD::EntryToken: in visitTokenFactor()
23150 case ISD::EntryToken: in GatherAllAliases()
H A DSelectionDAGBuilder.cpp1053 if (Root.getOpcode() != ISD::EntryToken) { in updateRoot()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h47 EntryToken, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp841 case ISD::EntryToken: in isSDNodeAlwaysUniform()