Searched refs:UopsBenchmarkRunner (Results 1 – 5 of 5) sorted by relevance
22 class UopsBenchmarkRunner : public BenchmarkRunner {24 UopsBenchmarkRunner(const LLVMState &State) in UopsBenchmarkRunner() function26 ~UopsBenchmarkRunner() override;
93 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()
61 return llvm::make_unique<UopsBenchmarkRunner>(State); in createUopsBenchmarkRunner()
88 class X86UopsImpl : public UopsBenchmarkRunner {90 using Base = UopsBenchmarkRunner;
69 using UopsSnippetGeneratorTest = SnippetGeneratorTest<UopsBenchmarkRunner>;