Home
last modified time | relevance | path

Searched refs:BenchmarkConfiguration (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.h38 struct BenchmarkConfiguration { struct
91 InstructionBenchmark runOne(const BenchmarkConfiguration &Configuration,
96 llvm::Expected<std::vector<BenchmarkConfiguration>>
100 writeObjectFile(const BenchmarkConfiguration::Setup &Setup,
DBenchmarkRunner.cpp50 llvm::Expected<std::vector<BenchmarkConfiguration>> ConfigurationOrError = in run()
57 for (const BenchmarkConfiguration &Conf : ConfigurationOrError.get()) in run()
63 BenchmarkRunner::runOne(const BenchmarkConfiguration &Configuration, in runOne()
127 llvm::Expected<std::vector<BenchmarkConfiguration>>
132 BenchmarkConfiguration Configuration; in generateConfigurations()
139 return std::vector<BenchmarkConfiguration>{Configuration}; in generateConfigurations()
186 BenchmarkRunner::writeObjectFile(const BenchmarkConfiguration::Setup &Setup, in writeObjectFile()