Searched refs:Centroid (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Analysis.h | 69 const SchedClassClusterCentroid &getCentroid() const { return Centroid; } in getCentroid() 81 SchedClassClusterCentroid Centroid; variable
|
| H A D | Analysis.cpp | 350 Centroid.addPoint(Point.Measurements); in addPoint() 360 if (!Centroid.validate(Mode)) in measurementsMatch() 364 Centroid.getAsPoint(); in measurementsMatch() 367 RSC.getAsPoint(Mode, STI, Centroid.getStats()); in measurementsMatch()
|
| H A D | Clustering.cpp | 73 const std::vector<BenchmarkMeasure> Centroid = G.getAsPoint(); in areAllNeighbours() local 81 Pts, [this, &Centroid, AnalysisClusteringEpsilonHalvedSquared](size_t P) { in areAllNeighbours() 86 return isNeighbour(PMeasurements, Centroid, in areAllNeighbours()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.h | 472 Centroid = 16, enumerator
|
| H A D | SPIRVBaseInfo.cpp | 632 CASE(Decoration, Centroid) in getDecorationName()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVBase.td | 2114 def SPV_D_Centroid : I32EnumAttrCase<"Centroid", 16> {
|