Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp33 struct Cluster { struct
34 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument
57 std::vector<Cluster> clusters;
113 Cluster &toC = clusters[to]; in CallGraphSort()
119 for (Cluster &c : clusters) in CallGraphSort()
124 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad()
140 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters()
141 Cluster &from, int fromIdx) { in mergeClusters()
168 Cluster &c = clusters[l]; in run()
178 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() argument
96 std::vector<Cluster> clusters;
151 Cluster &toC = clusters[to]; in CallGraphSort()
157 for (Cluster &c : clusters) in CallGraphSort()
162 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad()
178 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters()
179 Cluster &from, int fromIdx) { in mergeClusters()
206 Cluster &c = clusters[l]; in run()
216 Cluster *predC = &clusters[predL]; in run()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp48 struct Cluster { struct
49 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function
72 std::vector<Cluster> clusters;
117 Cluster &toC = clusters[to]; in CallGraphSort()
123 for (Cluster &c : clusters) in CallGraphSort()
128 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad()
144 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters()
145 Cluster &from, int fromIdx) { in mergeClusters()
177 Cluster &c = clusters[l]; in run()
188 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.cpp283 ClusterBindings Cluster = in addBinding() local
299 if (!Cluster) in lookup()
301 return Cluster->lookup(K); in lookup()
312 if (!Cluster) in removeBinding()
649 for (const auto &[Region, Cluster] : B) { in iterBindings()
789 if (!Cluster) in scanReachableSymbols()
792 for (ClusterBindings::iterator RI = Cluster->begin(), RE = Cluster->end(); in scanReachableSymbols()
876 for (const auto &StoreEntry : Cluster) { in collectSubRegionBindings()
942 if (!Cluster) { in removeSubRegionBindings()
2265 if (!Cluster) in getInterestingValues()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Dmti,mips-cpc.yaml7 title: MIPS Cluster Power Controller
10 Defines a location of the MIPS Cluster Power Controller registers.
H A Dmti,mips-cpc.txt1 Binding for MIPS Cluster Power Controller (CPC).
/freebsd/sys/contrib/device-tree/Bindings/soc/bcm/
H A Dbrcm,bcm23550-cdc.yaml7 title: Broadcom BCM23550 Cluster Dormant Control
10 The Cluster Dormant Control block keeps the CPU in idle state. A command
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Dnvidia,tegra186-ccplex-cluster.yaml7 title: NVIDIA Tegra186 CCPLEX Cluster
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp108 Cand.SU == CandNextClusterSU, TryCand, Cand, Cluster)) in tryCandidate()
194 Cand.SU == DAG->getNextClusterSucc(), TryCand, Cand, 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 */
/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/AMDGPU/
H A DAMDGPUExportClustering.cpp78 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster)); in buildCluster()
H A DGCNSchedStrategy.cpp457 Cand.SU == CandNextClusterSU, TryCand, Cand, Cluster)) in tryCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
207 return getKind() == Order && Contents.OrdKind == Cluster; in isCluster()
H A DMachineScheduler.h1072 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp70 if (!DAG.addEdge(&SecondSU, SDep(&FirstSU, SDep::Cluster))) in fuseInstructionPair()
H A DScheduleDAG.cpp100 case Cluster: dbgs() << " Cluster"; break; in dump()
H A DMachineScheduler.cpp1856 if (!DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) in clusterNeighboringMemOps()
3060 case Cluster: return "CLUSTER "; in getReasonStr()
3552 TryCand, Cand, Cluster)) in tryCandidate()
3876 TryCand, Cand, Cluster)) in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp229 bool Cluster = false; in ClusterNeighboringLoads() local
260 Cluster = true; in ClusterNeighboringLoads()
265 if (!Cluster) in ClusterNeighboringLoads()
/freebsd/share/misc/
H A Dorganization.dot47 clusteradm [label="Cluster Administrators\nclusteradm@FreeBSD.org\nallanjude, brd,\ndhw, gavin,\ngj…
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dap80x-system-controller.txt157 Cluster clocks:
/freebsd/sys/contrib/device-tree/src/arm64/tesla/
H A Dfsd.dtsi88 /* Cluster 0 */
152 /* Cluster 1 */
217 /* Cluster 2 */
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt2081si-post.dtsi655 /* Cluster 0 L2 cache */
/freebsd/usr.sbin/services_mkdb/
H A Dservices1524 nfsd-status 1110/tcp #Cluster status info
1537 mysql-cluster 1186/tcp #MySQL Cluster Manager
1538 mysql-cluster 1186/udp #MySQL Cluster Manager

12