Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLatency.cpp32 LatencyBenchmarkRunner::~LatencyBenchmarkRunner() = default;
34 llvm::Error LatencyBenchmarkRunner::isInfeasible( in isInfeasible()
46 LatencyBenchmarkRunner::generateTwoInstructionPrototype( in generateTwoInstructionPrototype()
84 LatencyBenchmarkRunner::generatePrototype(unsigned Opcode) const { in generatePrototype()
97 const char *LatencyBenchmarkRunner::getCounterName() const { in getCounterName()
110 LatencyBenchmarkRunner::runMeasurements(const ExecutableFunction &Function, in runMeasurements()
DLatency.h23 class LatencyBenchmarkRunner : public BenchmarkRunner {
25 LatencyBenchmarkRunner(const LLVMState &State) in LatencyBenchmarkRunner() function
27 ~LatencyBenchmarkRunner() override;
DTarget.cpp56 return llvm::make_unique<LatencyBenchmarkRunner>(State); in createLatencyBenchmarkRunner()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/AArch64/
DTarget.cpp17 class AArch64LatencyBenchmarkRunner : public LatencyBenchmarkRunner {
20 : LatencyBenchmarkRunner(State) {} in AArch64LatencyBenchmarkRunner()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp74 class X86LatencyImpl : public LatencyBenchmarkRunner {
76 using Base = LatencyBenchmarkRunner;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp67 SnippetGeneratorTest<LatencyBenchmarkRunner>;