Home
last modified time | relevance | path

Searched refs:ModeE (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp50 Points, InstructionBenchmarkClustering::ModeE::Dbscan, 2, 0.25); in TEST()
78 Points, InstructionBenchmarkClustering::ModeE::Dbscan, 2, 0.25) in TEST()
90 Points, InstructionBenchmarkClustering::ModeE::Dbscan, 2, 0.25) in TEST()
121 Points, InstructionBenchmarkClustering::ModeE::Dbscan, 2, 1.1); in TEST()
138 Points, InstructionBenchmarkClustering::ModeE::Dbscan, 2, 1.1); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DTarget.h152 createSnippetGenerator(InstructionBenchmark::ModeE Mode,
157 InstructionBenchmark::ModeE Mode, const LLVMState &State,
195 const LLVMState &State, InstructionBenchmark::ModeE Mode,
H A DClustering.h28 enum ModeE { Dbscan, Naive }; enum
33 create(const std::vector<InstructionBenchmark> &Points, ModeE Mode,
161 bool validate(InstructionBenchmark::ModeE Mode) const;
H A DBenchmarkRunner.h38 InstructionBenchmark::ModeE Mode);
79 const InstructionBenchmark::ModeE Mode;
H A DTarget.cpp56 InstructionBenchmark::ModeE Mode, const LLVMState &State, in createSnippetGenerator()
72 InstructionBenchmark::ModeE Mode, const LLVMState &State, in createBenchmarkRunner()
110 const LLVMState &State, InstructionBenchmark::ModeE Mode, in createLatencyBenchmarkRunner()
H A DBenchmarkResult.h62 enum ModeE { Unknown, Latency, Uops, InverseThroughput }; enum
63 ModeE Mode;
H A DLatencyBenchmarkRunner.h25 const LLVMState &State, InstructionBenchmark::ModeE Mode,
H A DSchedClassResolution.h48 getAsPoint(InstructionBenchmark::ModeE Mode, const MCSubtargetInfo &STI,
H A DClustering.cpp332 const std::vector<InstructionBenchmark> &Points, const ModeE Mode, in create()
344 if (Mode == ModeE::Dbscan) { in create()
377 InstructionBenchmark::ModeE Mode) const { in validate()
H A DLatencyBenchmarkRunner.cpp22 const LLVMState &State, InstructionBenchmark::ModeE Mode, in LatencyBenchmarkRunner()
H A DBenchmarkResult.cpp234 struct ScalarEnumerationTraits<exegesis::InstructionBenchmark::ModeE> {
236 exegesis::InstructionBenchmark::ModeE &Value) { in enumeration()
H A DSchedClassResolution.cpp261 InstructionBenchmark::ModeE Mode, const MCSubtargetInfo &STI, in getAsPoint()
H A DBenchmarkRunner.cpp33 InstructionBenchmark::ModeE Mode) in BenchmarkRunner()
H A DAnalysis.cpp358 const InstructionBenchmark::ModeE Mode = Clustering.getPoints()[0].Mode; in measurementsMatch()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp73 static cl::opt<exegesis::InstructionBenchmark::ModeE> BenchmarkMode(
137 static cl::opt<exegesis::InstructionBenchmarkClustering::ModeE>