Home
last modified time | relevance | path

Searched refs:getClusterIdForPoint (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DClusteringTest.cpp55 EXPECT_EQ(Clustering.get().getClusterIdForPoint(2), in TEST()
57 EXPECT_EQ(Clustering.get().getClusterIdForPoint(5), in TEST()
59 EXPECT_EQ(Clustering.get().getClusterIdForPoint(0), in TEST()
60 Clustering.get().getClusterIdForPoint(3)); in TEST()
61 EXPECT_EQ(Clustering.get().getClusterIdForPoint(1), in TEST()
62 Clustering.get().getClusterIdForPoint(4)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp122 writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId)); in printInstructionRowCsv()
387 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()
393 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()
596 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run()
DClustering.h71 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint() function