Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/tools/llvm-exegesis/
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()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DTarget.h152 createSnippetGenerator(InstructionBenchmark::ModeE Mode,
157 InstructionBenchmark::ModeE Mode, const LLVMState &State,
195 const LLVMState &State, InstructionBenchmark::ModeE Mode,
DClustering.h28 enum ModeE { Dbscan, Naive }; enum
33 create(const std::vector<InstructionBenchmark> &Points, ModeE Mode,
159 bool validate(InstructionBenchmark::ModeE Mode) const;
DBenchmarkRunner.h38 InstructionBenchmark::ModeE Mode);
78 const InstructionBenchmark::ModeE Mode;
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()
DBenchmarkResult.h62 enum ModeE { Unknown, Latency, Uops, InverseThroughput }; enum
63 ModeE Mode;
DLatencyBenchmarkRunner.h25 const LLVMState &State, InstructionBenchmark::ModeE Mode,
DSchedClassResolution.h48 getAsPoint(InstructionBenchmark::ModeE Mode, const MCSubtargetInfo &STI,
DClustering.cpp318 const std::vector<InstructionBenchmark> &Points, const ModeE Mode, in create()
330 if (Mode == ModeE::Dbscan) { in create()
363 InstructionBenchmark::ModeE Mode) const { in validate()
DLatencyBenchmarkRunner.cpp22 const LLVMState &State, InstructionBenchmark::ModeE Mode, in LatencyBenchmarkRunner()
DBenchmarkResult.cpp234 struct ScalarEnumerationTraits<exegesis::InstructionBenchmark::ModeE> {
236 exegesis::InstructionBenchmark::ModeE &Value) { in enumeration()
DSchedClassResolution.cpp261 InstructionBenchmark::ModeE Mode, const MCSubtargetInfo &STI, in getAsPoint()
DBenchmarkRunner.cpp33 InstructionBenchmark::ModeE Mode) in BenchmarkRunner()
DAnalysis.cpp352 const InstructionBenchmark::ModeE Mode = Clustering.getPoints()[0].Mode; in measurementsMatch()
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp72 static cl::opt<exegesis::InstructionBenchmark::ModeE> BenchmarkMode(
129 static cl::opt<exegesis::InstructionBenchmarkClustering::ModeE>