Home
last modified time | relevance | path

Searched refs:ResultAggregationModeE (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.h26 InstructionBenchmark::ResultAggregationModeE ResultAggMode);
33 InstructionBenchmark::ResultAggregationModeE ResultAggMode;
H A DTarget.h158 InstructionBenchmark::ResultAggregationModeE ResultAggMode =
196 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const;
199 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const;
H A DTarget.cpp73 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const { in createBenchmarkRunner()
111 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const { in createLatencyBenchmarkRunner()
117 InstructionBenchmark::ResultAggregationModeE /*unused*/) const { in createUopsBenchmarkRunner()
H A DBenchmarkResult.h78 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enum
H A DLatencyBenchmarkRunner.cpp23 InstructionBenchmark::ResultAggregationModeE ResultAgg) in LatencyBenchmarkRunner()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp87 static cl::opt<exegesis::InstructionBenchmark::ResultAggregationModeE>