Home
last modified time | relevance | path

Searched refs:cluster (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.string/format.string.std/
H A Dextended_grapheme_cluster.pass.cpp33 constexpr int count_entries(cluster::__property property) { in count_entries()
35 …std::begin(cluster::__entries), std::end(cluster::__entries), 0, std::plus{}, [property](auto entr… in count_entries()
43 static_assert(count_entries(cluster::__property::__Prepend) == 26);
44 static_assert(count_entries(cluster::__property::__CR) == 1);
45 static_assert(count_entries(cluster::__property::__LF) == 1);
50 static_assert(count_entries(cluster::__property::__L) == 125);
51 static_assert(count_entries(cluster::__property::__V) == 95);
52 static_assert(count_entries(cluster::__property::__T) == 137);
53 static_assert(count_entries(cluster::__property::__LV) == 399);
54 static_assert(count_entries(cluster::__property::__LVT) == 10773);
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/
H A Danalysis-cluster-stabilization.test7 # and thus will be be in the same cluster. But the second SQRTSSr measurement
9 # own cluster. We do reclusterization, and thus since there is more than one
10 # measurement from SQRTSSr, and they are not in the same cluster, we move
11 # all two SQRTSSr measurements into their own cluster, and mark it as unstable.
H A Danalysis-clustering-algorithms.test9 # same cluster, because each next point is a neighbour of the previous point.
20 # With -analysis-clustering-epsilon=0.49 every point goes into separate cluster.
31 # And -analysis-clustering=naive every opcode goes into separate cluster.
H A Danalysis-cluster-stabilization-config.test4 # have different configs, so they should not be placed in the same cluster by
H A Danalysis-same-cluster-for-ops-in-different-sched-clusters.test7 # same cluster, we don't split it per the sched classes into two.
H A Danalysis-naive-clusterization.test8 # so therefore that cluster is marked as unstable.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dbasic-block-sections-clusters-error.ll1 ; BB cluster sections error handling
10 ; CHECK-ERROR2: LLVM ERROR: Invalid profile {{.*}} at line 2: Entry BB (0) does not begin a cluster.
H A Dbasic-block-sections-clusters-branches.ll1 ; BB cluster sections test for optimizing basic block branches.
H A Dbasic-block-sections-clusters.ll1 ; BB cluster section tests.
H A Dbasic-block-sections-clusters-eh.ll1 ; BB cluster section test for exception handling.
/llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/
H A Dstore_diff.dot29 "cluster": "x",
84 "cluster": "x",
H A Dstore.dot43 "cluster": "x",
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVNonUniformOps.td229 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
289 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
349 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
406 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
461 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
516 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
573 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
630 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
688 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
746 ClusterSize is the size of cluster to use. ClusterSize must be a scalar
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_scheduler.c120 int cluster; member
6018 if (c->cluster) in clustering_free()
6021 free(c->cluster); in clustering_free()
7012 int cluster = -1; in merge() local
7020 if (cluster < 0) in merge()
7021 cluster = i; in merge()
7175 return node->cluster == cluster; in node_cluster_exactly()
7183 return edge->src->cluster == cluster && edge->dst->cluster == cluster; in edge_cluster_exactly()
7251 if (graph->node[i].cluster == graph->node[j].cluster) in node_follows_strong_or_same_cluster()
7285 c->cluster[i].src_scc = -1; in extract_clusters()
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dnon-uniform-ops.mlir187 …// expected-error @+1 {{cluster size operand must be provided for 'ClusteredReduce' group operatio…
195 // expected-error @+1 {{cluster size operand must come from a constant op}}
204 // expected-error @+1 {{cluster size operand must be a power of two}}
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp684 for (auto &cluster : clusters) in mergeIdenticalBlocks() local
685 if ((addedToCluster = succeeded(cluster.addToCluster(data)))) in mergeIdenticalBlocks()
690 for (auto &cluster : clusters) in mergeIdenticalBlocks() local
691 mergedAnyBlocks |= succeeded(cluster.merge(rewriter)); in mergeIdenticalBlocks()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-exegesis.rst267 `-analysis-inconsistencies-output-file=` output, it will create one cluster
268 per opcode, and check that the cluster is stable (all points are neighbours).
282 Specify the epsilon parameter used for detection of when the cluster
288 not being clustered into the same cluster if the measured performance
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DRegionStore.rst94 its entire cluster, since neighboring regions may be accessed via pointer
104 "ClusterAnalysis" predates the cluster-based organization of bindings, but
106 bindings within a cluster must be treated in the same way for a conservative
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dmacro-to-enum.rst39 Each cluster of macros meeting the above constraints is presumed to
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-ldp-cluster.ll87 ; Verify we don't cluster volatile loads.
H A Daarch64-stp-cluster.ll3 ; RUN: llc < %s -mtriple=arm64-linux-gnu -mcpu=cortex-a57 -force-fast-cluster -verify-misched -debu…
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsched-barrier-post-RA.mir2 # RUN: llc -march=amdgcn -mcpu=gfx908 -misched-cluster=false -run-pass=postmisched -verify-misched …
H A Dcluster_stores.ll357 ; Don't cluster loads from different textures
/llvm-project-15.0.7/llvm/docs/
H A DHowToAddABuilder.rst178 tend to cluster strongly during US working hours. Looking at a couple
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m488 class cluster, so let's also make a copy of this one: */

12