Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DUops.h22 class UopsBenchmarkRunner : public BenchmarkRunner {
24 UopsBenchmarkRunner(const LLVMState &State) in UopsBenchmarkRunner() function
26 ~UopsBenchmarkRunner() override;
DUops.cpp93 UopsBenchmarkRunner::isInfeasible(const llvm::MCInstrDesc &MCInstrDesc) const { in isInfeasible()
132 UopsBenchmarkRunner::~UopsBenchmarkRunner() = default;
135 UopsBenchmarkRunner::generatePrototype(unsigned Opcode) const { in generatePrototype()
201 UopsBenchmarkRunner::runMeasurements(const ExecutableFunction &Function, in runMeasurements()
DTarget.cpp61 return llvm::make_unique<UopsBenchmarkRunner>(State); in createUopsBenchmarkRunner()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp88 class X86UopsImpl : public UopsBenchmarkRunner {
90 using Base = UopsBenchmarkRunner;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp69 using UopsSnippetGeneratorTest = SnippetGeneratorTest<UopsBenchmarkRunner>;