| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | CallGraphSort.cpp | 61 struct Cluster { struct 62 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function 85 std::vector<Cluster> clusters; 140 Cluster &toC = clusters[to]; in CallGraphSort() 146 for (Cluster &c : clusters) in CallGraphSort() 151 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad() 167 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters() 168 Cluster &from, int fromIdx) { in mergeClusters() 195 Cluster &c = clusters[l]; in run() 205 Cluster *predC = &clusters[predL]; in run()
|
| /openbsd-src/gnu/llvm/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() 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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | Clustering.h | 81 struct Cluster { struct 82 Cluster() = delete; 83 explicit Cluster(const ClusterId &Id) : Id(Id) {} in Cluster() argument 96 const Cluster &getCluster(ClusterId Id) const { in getCluster() argument 107 const std::vector<Cluster> &getValidClusters() const { return Clusters_; } in getValidClusters() 145 std::vector<Cluster> Clusters_; 146 Cluster NoiseCluster_; 147 Cluster ErrorCluster_;
|
| H A D | Analysis.cpp | 308 for (const SchedClassCluster &Cluster : Clusters) { in printSchedClassClustersHtml() local 310 << (Cluster.measurementsMatch(State_.getSubtargetInfo(), RSC, in printSchedClassClustersHtml() 316 writeClusterId<kEscapeHtml>(OS, Cluster.id()); in printSchedClassClustersHtml() 318 for (const size_t PointId : Cluster.getPointIds()) { in printSchedClassClustersHtml() 322 for (const auto &Stats : Cluster.getCentroid().getStats()) { in printSchedClassClustersHtml() 433 const auto &Cluster = Clustering_.getCluster(Id); in printClusterRawHtml() local 434 if (Cluster.PointIndices.empty()) in printClusterRawHtml() 438 << Cluster.PointIndices.size() << " points)</p>"; in printClusterRawHtml() 442 for (const auto &Measurement : Points[Cluster.PointIndices[0]].Measurements) { in printClusterRawHtml() 450 for (const auto &PointId : Cluster.PointIndices) { in printClusterRawHtml()
|
| H A D | Clustering.cpp | 146 Cluster &CurrentCluster = Clusters_.back(); in clusterizeDbScan() 227 Cluster &CurrentCluster = Clusters_.back(); in clusterizeNaive() 287 Cluster &UnstableCluster = Clusters_.back(); in stabilize() 296 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage. in stabilize()
|
| /openbsd-src/gnu/llvm/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() argument 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()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 281 ClusterBindings Cluster = in addBinding() local 284 ClusterBindings NewCluster = CBFactory->add(Cluster, K, V); in addBinding() 296 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local 297 if (!Cluster) in lookup() 299 return Cluster->lookup(K); in lookup() 309 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local 310 if (!Cluster) in removeBinding() 313 ClusterBindings NewCluster = CBFactory->remove(*Cluster, K); in removeBinding() 648 const ClusterBindings &Cluster = I.getData(); in iterBindings() local 649 for (ClusterBindings::iterator CI = Cluster.begin(), CE = Cluster.end(); in iterBindings() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/ |
| H A D | GetOSName.t | 43 ["{Compute Cluster Server} 2003", "2003", 2, 5, 2, 0x4000, 2, 0], 83 # * Windows HPC Server 2008 (replacing Windows Compute Cluster Server 2003)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUExportClustering.cpp | 78 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster)); in buildCluster()
|
| H A D | GCNSchedStrategy.cpp | 441 Cand.SU == CandNextClusterSU, TryCand, Cand, Cluster)) in tryCandidate()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MacroFusion.cpp | 70 if (!DAG.addEdge(&SecondSU, SDep(&FirstSU, SDep::Cluster))) in fuseInstructionPair()
|
| H A D | ScheduleDAG.cpp | 101 case Cluster: dbgs() << " Cluster"; break; in dump()
|
| H A D | MachineScheduler.cpp | 1642 if (!DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) in clusterNeighboringMemOps() 2780 case Cluster: return "CLUSTER "; in getReasonStr() 3272 TryCand, Cand, Cluster)) in tryCandidate() 3596 TryCand, Cand, Cluster)) in tryCandidate()
|
| /openbsd-src/gnu/llvm/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 | 843 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlrebackslash.pod | 595 This matches a Unicode "Grapheme Cluster Boundary". (Actually Perl
|
| H A D | perlunicode.pod | 1439 Cluster Mode", and recently added string properties, which Perl does not
|
| H A D | perl5220delta.pod | 40 C<gcb> stands for Grapheme Cluster Boundary. It is a Unicode property
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | IndicSyllabicCategory.txt | 959 # Cluster-initial consonants
|
| /openbsd-src/usr.sbin/amd/doc/ |
| H A D | amdref.texinfo | 1534 * -C-Option:: Cluster name. 1832 @cindex Cluster names
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4073 ArrayRef<int> Cluster = Mask.slice(I, Sz); in isRepeatedNonIdentityClusteredMask() local 4074 if (Cluster != FirstCluster) in isRepeatedNonIdentityClusteredMask()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | install.texi | 3219 the Solaris 7 Recommended Patch Cluster.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gccinstall.info | 3194 Recommended Patch Cluster.
|