Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A 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()
H A DLatencyBenchmarkRunner.h26 InstructionBenchmark::ResultAggregationModeE ResultAggMode);
33 InstructionBenchmark::ResultAggregationModeE ResultAggMode; variable
H A DTarget.h158 InstructionBenchmark::ResultAggregationModeE ResultAggMode =
196 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const;
199 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const;
H A DLatencyBenchmarkRunner.cpp28 ResultAggMode = ResultAgg; in LatencyBenchmarkRunner()
106 switch (ResultAggMode) { in runMeasurements()
139 .concat(std::to_string(ResultAggMode))); in runMeasurements()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp88 ResultAggMode( variable
314 BenchmarkMode, State, ResultAggMode)); in benchmarkMain()