Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSchedClassResolution.h48 getAsPoint(InstructionBenchmark::ModeE Mode, const MCSubtargetInfo &STI,
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
DClustering.h155 std::vector<BenchmarkMeasure> getAsPoint() const;
DAnalysis.cpp358 Centroid.getAsPoint(); in measurementsMatch()
361 RSC.getAsPoint(Mode, STI, Centroid.getStats()); in measurementsMatch()
DSchedClassResolution.cpp260 std::vector<BenchmarkMeasure> ResolvedSchedClass::getAsPoint( in getAsPoint() function in llvm::exegesis::ResolvedSchedClass