Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.h48 getAsPoint(InstructionBenchmark::ModeE Mode, const MCSubtargetInfo &STI,
H A DClustering.cpp71 const std::vector<BenchmarkMeasure> Centroid = G.getAsPoint(); in areAllNeighbours()
355 std::vector<BenchmarkMeasure> SchedClassClusterCentroid::getAsPoint() const { in getAsPoint() function in llvm::exegesis::SchedClassClusterCentroid
H A DClustering.h155 std::vector<BenchmarkMeasure> getAsPoint() const;
H A DAnalysis.cpp361 Centroid.getAsPoint(); in measurementsMatch()
364 RSC.getAsPoint(Mode, STI, Centroid.getStats()); in measurementsMatch()
H A DSchedClassResolution.cpp260 std::vector<BenchmarkMeasure> ResolvedSchedClass::getAsPoint( in getAsPoint() function in llvm::exegesis::ResolvedSchedClass