| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 32 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 D | CallGraphSort.cpp | 45 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 D | SectionPriorities.cpp | 47 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 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 247 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 D | AMDGPUSplitModule.cpp | 927 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 D | AMDGPUExportClustering.cpp | 77 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster)); in buildCluster()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MacroFusion.cpp | 74 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 D | ScheduleDAG.cpp | 100 case Cluster: dbgs() << " Cluster"; break; in dump()
|
| H A D | MachineScheduler.cpp | 2151 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 D | mti,mips-cpc.txt | 1 Binding for MIPS Cluster Power Controller (CPC).
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 107 Cluster)) in tryCandidate() 196 Cluster)) in tryCandidate()
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8956-sony-xperia-loire.dtsi | 86 /* Cluster 1 supply */ 111 /* Cluster 0 supply */
|
| H A D | msm8976-longcheer-l9360.dts | 214 /* Cluster 1 supply */ 244 /* Cluster 0 supply */
|
| /freebsd/contrib/ntp/html/scripts/ |
| H A D | special.txt | 10 <li class='inline'><a href='cluster.html'>Clock Cluster Algorithm</a></li>\
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.h | 164 case Scope::Cluster: in ScopeToString()
|
| H A D | NVPTX.h | 174 Cluster = 2, enumerator
|
| H A D | NVPTXISelDAGToDAG.cpp | 749 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 D | ScheduleDAG.h | 76 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 | 1085 Cluster, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 230 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 D | ap80x-system-controller.txt | 118 Cluster clocks:
|
| /freebsd/share/misc/ |
| H A D | organization.dot | 47 clusteradm [label="Cluster Administrators\nclusteradm@FreeBSD.org\nallanjude, brd,\ndhw, gavin,\ngj…
|
| /freebsd/sys/contrib/device-tree/src/arm64/tesla/ |
| H A D | fsd.dtsi | 88 /* Cluster 0 */ 152 /* Cluster 1 */ 217 /* Cluster 2 */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXInstPrinter.cpp | 312 case NVPTX::Scope::Cluster: in printLdStCode()
|