Home
last modified time | relevance | path

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

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