Home
last modified time | relevance | path

Searched refs:Cluster (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp32 struct Cluster { struct
33 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument
56 std::vector<Cluster> clusters;
112 Cluster &toC = clusters[to]; in CallGraphSort()
118 for (Cluster &c : clusters) in CallGraphSort()
123 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad()
139 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters()
140 Cluster &from, int fromIdx) { in mergeClusters()
167 Cluster &c = clusters[l]; in run()
177 Cluster *predC = &clusters[predL]; in run()
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp45 struct Cluster { struct
46 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function
97 std::vector<Cluster> clusters;
152 Cluster &toC = clusters[to]; in CallGraphSort()
158 for (Cluster &c : clusters) in CallGraphSort()
163 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad()
179 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters()
180 Cluster &from, int fromIdx) { in mergeClusters()
207 Cluster &c = clusters[l]; in run()
217 Cluster *predC = &clusters[predL]; in run()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp47 struct Cluster { struct
48 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function
71 std::vector<Cluster> clusters;
116 Cluster &toC = clusters[to]; in CallGraphSort()
122 for (Cluster &c : clusters) in CallGraphSort()
127 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad()
143 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters()
144 Cluster &from, int fromIdx) { in mergeClusters()
176 Cluster &c = clusters[l]; in run()
187 Cluster *predC = &clusters[predL]; in run()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Drtsm-dcscb.txt1 ARM Dual Cluster System Configuration Block
4 The Dual Cluster System Configuration Block (DCSCB) provides basic
6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp247 using Cluster = in printJson() typedef
251 const auto MemSpaceBeforeRegionName = [&ToString](const Cluster *L, in printJson()
252 const Cluster *R) { in printJson()
285 std::vector<const Cluster *> SortedClusters; in printJson()
437 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local
438 if (!Cluster) in lookup()
440 return Cluster->lookup(K); in lookup()
450 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local
451 if (!Cluster) in removeBinding()
454 ClusterBindings NewCluster = CBFactory->remove(*Cluster, K); in removeBinding()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp927 WorkListEntry(const BitVector &BV) : Cluster(BV) {} in WorkListEntry()
932 BitVector Cluster; member
1024 BitVector Cluster = SG.createNodesBitVector(); in setupWorkList() local
1028 N.getDependencies(Cluster); in setupWorkList()
1030 WorkList.emplace_back(std::move(Cluster)); in setupWorkList()
1035 for (unsigned NodeID : Entry.Cluster.set_bits()) { in setupWorkList()
1057 return A.Cluster.count() > B.Cluster.count(); in setupWorkList()
1064 for (unsigned NodeID : Entry.Cluster.set_bits()) in setupWorkList()
1079 const BitVector &Cluster = Entry.Cluster; in pickPartition() local
1125 SP.add(SinglePIDToTry, Cluster); in pickPartition()
[all …]
H A DAMDGPUExportClustering.cpp77 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster)); in buildCluster()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp74 if (!DAG.addEdge(&SecondSU, SDep(&FirstSU, SDep::Cluster))) in fuseInstructionPair()
82 SmallSet<SUnit *, 8> Cluster{{&FirstSU, &SecondSU}}; in fuseInstructionPair() local
83 Clusters.push_back(Cluster); in fuseInstructionPair()
H A DScheduleDAG.cpp100 case Cluster: dbgs() << " Cluster"; break; in dump()
H A DMachineScheduler.cpp2151 if (!DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) in clusterNeighboringMemOps()
3397 case Cluster: return "CLUSTER "; in getReasonStr()
3567 case GenericScheduler::Cluster: in tracePick()
3626 case GenericScheduler::Cluster: in tracePick()
4012 Cluster)) in tryCandidate()
4396 Cluster)) in tryCandidate()
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Dmti,mips-cpc.txt1 Binding for MIPS Cluster Power Controller (CPC).
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp107 Cluster)) in tryCandidate()
196 Cluster)) in tryCandidate()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8956-sony-xperia-loire.dtsi86 /* Cluster 1 supply */
111 /* Cluster 0 supply */
H A Dmsm8976-longcheer-l9360.dts214 /* Cluster 1 supply */
244 /* Cluster 0 supply */
/freebsd/contrib/ntp/html/scripts/
H A Dspecial.txt10 <li class='inline'><a href='cluster.html'>Clock Cluster Algorithm</a></li>\
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h164 case Scope::Cluster: in ScopeToString()
H A DNVPTX.h174 Cluster = 2, enumerator
H A DNVPTXISelDAGToDAG.cpp749 if (S == NVPTX::Scope::Cluster) in getOperationScope()
768 if (S == NVPTX::Scope::Cluster) in getFenceOp()
785 case NVPTX::Scope::Cluster: in getFenceOp()
804 case NVPTX::Scope::Cluster: in getFenceOp()
823 case NVPTX::Scope::Cluster: in getFenceOp()
843 case NVPTX::Scope::Cluster: in getFenceOp()
2131 Scopes[C.getOrInsertSyncScopeID("cluster")] = NVPTX::Scope::Cluster; in NVPTXScopes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h76 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
207 return getKind() == Order && Contents.OrdKind == Cluster; in isCluster()
H A DMachineScheduler.h1085 Cluster, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp230 bool Cluster = false; in ClusterNeighboringLoads() local
261 Cluster = true; in ClusterNeighboringLoads()
266 if (!Cluster) in ClusterNeighboringLoads()
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dap80x-system-controller.txt118 Cluster clocks:
/freebsd/share/misc/
H A Dorganization.dot47 clusteradm [label="Cluster Administrators\nclusteradm@FreeBSD.org\nallanjude, brd,\ndhw, gavin,\ngj…
/freebsd/sys/contrib/device-tree/src/arm64/tesla/
H A Dfsd.dtsi88 /* Cluster 0 */
152 /* Cluster 1 */
217 /* Cluster 2 */
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp312 case NVPTX::Scope::Cluster: in printLdStCode()

12