| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.string/format.string.std/ |
| H A D | extended_grapheme_cluster.pass.cpp | 33 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 D | analysis-cluster-stabilization.test | 7 # 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 D | analysis-clustering-algorithms.test | 9 # 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 D | analysis-cluster-stabilization-config.test | 4 # have different configs, so they should not be placed in the same cluster by
|
| H A D | analysis-same-cluster-for-ops-in-different-sched-clusters.test | 7 # same cluster, we don't split it per the sched classes into two.
|
| H A D | analysis-naive-clusterization.test | 8 # so therefore that cluster is marked as unstable.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | basic-block-sections-clusters-error.ll | 1 ; 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 D | basic-block-sections-clusters-branches.ll | 1 ; BB cluster sections test for optimizing basic block branches.
|
| H A D | basic-block-sections-clusters.ll | 1 ; BB cluster section tests.
|
| H A D | basic-block-sections-clusters-eh.ll | 1 ; BB cluster section test for exception handling.
|
| /llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/ |
| H A D | store_diff.dot | 29 "cluster": "x", 84 "cluster": "x",
|
| H A D | store.dot | 43 "cluster": "x",
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVNonUniformOps.td | 229 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 D | isl_scheduler.c | 120 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 D | non-uniform-ops.mlir | 187 …// 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 D | RegionUtils.cpp | 684 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 D | llvm-exegesis.rst | 267 `-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 D | RegionStore.rst | 94 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 D | macro-to-enum.rst | 39 Each cluster of macros meeting the above constraints is presumed to
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-ldp-cluster.ll | 87 ; Verify we don't cluster volatile loads.
|
| H A D | aarch64-stp-cluster.ll | 3 ; 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 D | sched-barrier-post-RA.mir | 2 # RUN: llc -march=amdgcn -mcpu=gfx908 -misched-cluster=false -run-pass=postmisched -verify-misched …
|
| H A D | cluster_stores.ll | 357 ; Don't cluster loads from different textures
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | HowToAddABuilder.rst | 178 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 D | main.m | 488 class cluster, so let's also make a copy of this one: */
|