Home
last modified time | relevance | path

Searched refs:Centroid (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.h69 const SchedClassClusterCentroid &getCentroid() const { return Centroid; } in getCentroid()
81 SchedClassClusterCentroid Centroid; variable
H A DAnalysis.cpp350 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 DClustering.cpp73 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 DSPIRVBaseInfo.h472 Centroid = 16, enumerator
H A DSPIRVBaseInfo.cpp632 CASE(Decoration, Centroid) in getDecorationName()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td2114 def SPV_D_Centroid : I32EnumAttrCase<"Centroid", 16> {