Home
last modified time | relevance | path

Searched refs:getAsPoint (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.h48 getAsPoint(InstructionBenchmark::ModeE Mode, const MCSubtargetInfo &STI,
H A DClustering.cpp73 const std::vector<BenchmarkMeasure> Centroid = G.getAsPoint(); in areAllNeighbours()
369 std::vector<BenchmarkMeasure> SchedClassClusterCentroid::getAsPoint() const { in getAsPoint() function in llvm::exegesis::SchedClassClusterCentroid
H A DClustering.h157 std::vector<BenchmarkMeasure> getAsPoint() const;
H A DAnalysis.cpp364 Centroid.getAsPoint(); in measurementsMatch()
367 RSC.getAsPoint(Mode, STI, Centroid.getStats()); in measurementsMatch()
H A DSchedClassResolution.cpp260 std::vector<BenchmarkMeasure> ResolvedSchedClass::getAsPoint( in getAsPoint() function in llvm::exegesis::ResolvedSchedClass