/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2380 void SelectionDAGBuilder::sortAndRangeify(CaseClusterVector &Clusters) { in sortAndRangeify() argument 2382 for (const CaseCluster &CC : Clusters) in sortAndRangeify() 2386 std::sort(Clusters.begin(), Clusters.end(), in sortAndRangeify() 2392 const unsigned N = Clusters.size(); in sortAndRangeify() 2395 CaseCluster &CC = Clusters[SrcIndex]; in sortAndRangeify() 2399 if (DstIndex != 0 && Clusters[DstIndex - 1].MBB == Succ && in sortAndRangeify() 2400 (CaseVal->getValue() - Clusters[DstIndex - 1].High->getValue()) == 1) { in sortAndRangeify() 2403 Clusters[DstIndex - 1].High = CaseVal; in sortAndRangeify() 2404 Clusters[DstIndex - 1].Prob += CC.Prob; in sortAndRangeify() 2406 std::memmove(&Clusters[DstIndex++], &Clusters[SrcIndex], in sortAndRangeify() [all …]
|
D | SelectionDAGBuilder.h | 213 void sortAndRangeify(CaseClusterVector &Clusters); 308 bool isDense(const CaseClusterVector &Clusters, unsigned *TotalCases, 313 bool buildJumpTable(CaseClusterVector &Clusters, unsigned First, 318 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI, 331 bool buildBitTests(CaseClusterVector &Clusters, unsigned First, unsigned Last, 335 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2564 void SelectionDAGBuilder::sortAndRangeify(CaseClusterVector &Clusters) { in sortAndRangeify() argument 2566 for (const CaseCluster &CC : Clusters) in sortAndRangeify() 2570 llvm::sort(Clusters.begin(), Clusters.end(), in sortAndRangeify() 2576 const unsigned N = Clusters.size(); in sortAndRangeify() 2579 CaseCluster &CC = Clusters[SrcIndex]; in sortAndRangeify() 2583 if (DstIndex != 0 && Clusters[DstIndex - 1].MBB == Succ && in sortAndRangeify() 2584 (CaseVal->getValue() - Clusters[DstIndex - 1].High->getValue()) == 1) { in sortAndRangeify() 2587 Clusters[DstIndex - 1].High = CaseVal; in sortAndRangeify() 2588 Clusters[DstIndex - 1].Prob += CC.Prob; in sortAndRangeify() 2590 std::memmove(&Clusters[DstIndex++], &Clusters[SrcIndex], in sortAndRangeify() [all …]
|
D | SelectionDAGBuilder.h | 223 void sortAndRangeify(CaseClusterVector &Clusters); 326 uint64_t getJumpTableRange(const CaseClusterVector &Clusters, unsigned First, 335 bool buildJumpTable(const CaseClusterVector &Clusters, unsigned First, 340 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI, 345 bool buildBitTests(CaseClusterVector &Clusters, unsigned First, unsigned Last, 349 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI); 377 CaseClusterVector &Clusters,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Analysis.cpp | 186 const auto &Clusters = Clustering_.getValidClusters(); in run() local 187 for (size_t I = 0, E = Clusters.size(); I < E; ++I) { in run() 188 for (const size_t PointId : Clusters[I].PointIndices) { in run() 242 const std::vector<SchedClassCluster> &Clusters, const SchedClass &SC, in printSchedClassClustersHtml() argument 247 assert(!Clusters.empty()); in printSchedClassClustersHtml() 249 Points[Clusters[0].getPointIds()[0]].Measurements) { in printSchedClassClustersHtml() 258 for (const SchedClassCluster &Cluster : Clusters) { in printSchedClassClustersHtml()
|
D | Analysis.h | 94 printSchedClassClustersHtml(const std::vector<SchedClassCluster> &Clusters,
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 342 # we favor es-419 over others in cluster. Clusters: es- {ES, MA, EA} {419, AR, MX} 356 # we favor es-GB over others in cluster. Clusters: en- {US, GU, VI} {GB, IN, ZA}
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 342 # we favor es-419 over others in cluster. Clusters: es- {ES, MA, EA} {419, AR, MX} 356 # we favor es-GB over others in cluster. Clusters: en- {US, GU, VI} {GB, IN, ZA}
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/ |
D | localeMatcherTest.txt | 338 # we favor es-419 over others in cluster. Clusters: es- {ES, MA, EA} {419, AR, MX} 352 # we favor es-GB over others in cluster. Clusters: en- {US, GU, VI} {GB, IN, ZA}
|
/external/icu/icu4c/source/test/testdata/ |
D | rbbitst.txt | 162 # Thai Clusters 1072 # Clusters should not include spacing Thai/Lao vowels (prefix or postfix), except for [SARA] AM (cl…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | rbbitst.txt | 162 # Thai Clusters 1072 # Clusters should not include spacing Thai/Lao vowels (prefix or postfix), except for [SARA] AM (cl…
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 162 # Thai Clusters 1072 # Clusters should not include spacing Thai/Lao vowels (prefix or postfix), except for [SARA] AM (cl…
|