| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 33 struct Cluster { struct 34 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function 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-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | CallGraphSort.cpp | 45 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-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | SectionPriorities.cpp | 48 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-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | rtsm-dcscb.txt | 1 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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 283 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-14.2/sys/contrib/device-tree/Bindings/power/ |
| H A D | mti,mips-cpc.yaml | 7 title: MIPS Cluster Power Controller 10 Defines a location of the MIPS Cluster Power Controller registers.
|
| H A D | mti,mips-cpc.txt | 1 Binding for MIPS Cluster Power Controller (CPC).
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 108 Cand.SU == CandNextClusterSU, TryCand, Cand, Cluster)) in tryCandidate() 194 Cand.SU == DAG->getNextClusterSucc(), TryCand, Cand, Cluster)) in tryCandidate()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8956-sony-xperia-loire.dtsi | 86 /* Cluster 1 supply */ 111 /* Cluster 0 supply */
|
| /freebsd-14.2/contrib/ntp/html/scripts/ |
| H A D | special.txt | 10 <li class='inline'><a href='cluster.html'>Clock Cluster Algorithm</a></li>\
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUExportClustering.cpp | 78 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster)); in buildCluster()
|
| H A D | GCNSchedStrategy.cpp | 457 Cand.SU == CandNextClusterSU, TryCand, Cand, Cluster)) in tryCandidate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator 207 return getKind() == Order && Contents.OrdKind == Cluster; in isCluster()
|
| H A D | MachineScheduler.h | 1072 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MacroFusion.cpp | 70 if (!DAG.addEdge(&SecondSU, SDep(&FirstSU, SDep::Cluster))) in fuseInstructionPair()
|
| H A D | ScheduleDAG.cpp | 100 case Cluster: dbgs() << " Cluster"; break; in dump()
|
| H A D | MachineScheduler.cpp | 1856 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-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 229 bool Cluster = false; in ClusterNeighboringLoads() local 260 Cluster = true; in ClusterNeighboringLoads() 265 if (!Cluster) in ClusterNeighboringLoads()
|
| /freebsd-14.2/share/misc/ |
| H A D | organization.dot | 47 clusteradm [label="Cluster Administrators\[email protected]\nallanjude, brd,\ndhw, gavin,\ngj…
|
| H A D | pci_vendors | 16952 0201 Myrinet 2000 Scalable Cluster Interconnect 20350 8043 Myrinet 2000 Scalable Cluster Interconnect 21940 0001 Eagle Cluster Manager 21941 0002 Osprey Cluster Manager 21942 0003 Harrier Cluster Manager 35705 5a98 Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | ap80x-system-controller.txt | 157 Cluster clocks:
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/tesla/ |
| H A D | fsd.dtsi | 88 /* Cluster 0 */ 152 /* Cluster 1 */ 217 /* Cluster 2 */
|
| /freebsd-14.2/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | t2081si-post.dtsi | 655 /* Cluster 0 L2 cache */
|
| /freebsd-14.2/usr.sbin/services_mkdb/ |
| H A D | services | 1527 nfsd-status 1110/tcp #Cluster status info 1540 mysql-cluster 1186/tcp #MySQL Cluster Manager 1541 mysql-cluster 1186/udp #MySQL Cluster Manager
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4272 ArrayRef<int> Cluster = Mask.slice(I, Sz); in isRepeatedNonIdentityClusteredMask() local 4273 if (Cluster != FirstCluster) in isRepeatedNonIdentityClusteredMask()
|