Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DTarget.cpp73 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const { in createBenchmarkRunner()
89 return createLatencyBenchmarkRunner(State, Mode, ResultAggMode); in createBenchmarkRunner()
94 return createUopsBenchmarkRunner(State, ResultAggMode); in createBenchmarkRunner()
111 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const { in createLatencyBenchmarkRunner()
112 return std::make_unique<LatencyBenchmarkRunner>(State, Mode, ResultAggMode); in createLatencyBenchmarkRunner()
DLatencyBenchmarkRunner.h26 InstructionBenchmark::ResultAggregationModeE ResultAggMode);
33 InstructionBenchmark::ResultAggregationModeE ResultAggMode; variable
DTarget.h158 InstructionBenchmark::ResultAggregationModeE ResultAggMode =
196 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const;
199 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const;
DLatencyBenchmarkRunner.cpp28 ResultAggMode = ResultAgg; in LatencyBenchmarkRunner()
106 switch (ResultAggMode) { in runMeasurements()
139 .concat(std::to_string(ResultAggMode))); in runMeasurements()
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp87 ResultAggMode( variable
305 BenchmarkMode, State, ResultAggMode)); in benchmarkMain()