Searched refs:BenchmarkRunner (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkRunner.cpp | 29 BenchmarkRunner::BenchmarkRunner(const LLVMState &State, in BenchmarkRunner() function in exegesis::BenchmarkRunner 35 BenchmarkRunner::~BenchmarkRunner() = default; 38 BenchmarkRunner::run(unsigned Opcode, unsigned NumRepetitions) { in run() 63 BenchmarkRunner::runOne(const BenchmarkConfiguration &Configuration, in runOne() 128 BenchmarkRunner::generateConfigurations(unsigned Opcode) const { in generateConfigurations() 144 std::vector<unsigned> BenchmarkRunner::computeRegsToDef( in computeRegsToDef() 186 BenchmarkRunner::writeObjectFile(const BenchmarkConfiguration::Setup &Setup, in writeObjectFile() 200 BenchmarkRunner::generateSelfAliasingPrototype(const Instruction &Instr) const { in generateSelfAliasingPrototype() 221 BenchmarkRunner::generateUnconstrainedPrototype(const Instruction &Instr, in generateUnconstrainedPrototype()
|
D | Target.h | 43 std::unique_ptr<BenchmarkRunner> 62 std::unique_ptr<BenchmarkRunner> virtual createLatencyBenchmarkRunner( 64 std::unique_ptr<BenchmarkRunner> virtual createUopsBenchmarkRunner(
|
D | Target.cpp | 40 std::unique_ptr<BenchmarkRunner> 54 std::unique_ptr<BenchmarkRunner> 59 std::unique_ptr<BenchmarkRunner>
|
D | BenchmarkRunner.h | 55 class BenchmarkRunner { 57 explicit BenchmarkRunner(const LLVMState &State, 60 virtual ~BenchmarkRunner();
|
D | Uops.h | 22 class UopsBenchmarkRunner : public BenchmarkRunner { 25 : BenchmarkRunner(State, InstructionBenchmark::Uops) {} in UopsBenchmarkRunner()
|
D | Latency.h | 23 class LatencyBenchmarkRunner : public BenchmarkRunner { 26 : BenchmarkRunner(State, InstructionBenchmark::Latency) {} in LatencyBenchmarkRunner()
|
D | CMakeLists.txt | 19 BenchmarkRunner.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/ |
D | SnippetGeneratorTest.cpp | 51 template <typename BenchmarkRunner> 63 BenchmarkRunner Runner; 218 class FakeBenchmarkRunner : public BenchmarkRunner { 221 : BenchmarkRunner(State, InstructionBenchmark::Unknown) {} in FakeBenchmarkRunner()
|
/external/google-benchmark/src/ |
D | benchmark_runner.cc | 127 class BenchmarkRunner { class 129 BenchmarkRunner(const benchmark::internal::BenchmarkInstance& b_, in BenchmarkRunner() function in benchmark::internal::__anonf8c2b1cd0111::BenchmarkRunner 344 internal::BenchmarkRunner r(b, complexity_reports); in RunBenchmark()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark_runner.cc | 127 class BenchmarkRunner { class 129 BenchmarkRunner(const benchmark::internal::BenchmarkInstance& b_, in BenchmarkRunner() function in benchmark::internal::__anonda4d22860111::BenchmarkRunner 344 internal::BenchmarkRunner r(b, complexity_reports); in RunBenchmark()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/AArch64/ |
D | Target.cpp | 37 std::unique_ptr<BenchmarkRunner>
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 158 std::unique_ptr<BenchmarkRunner> 163 std::unique_ptr<BenchmarkRunner>
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 143 const std::unique_ptr<BenchmarkRunner> Runner = in benchmarkMain()
|