Home
last modified time | relevance | path

Searched refs:generatePrototype (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DUops.h29 generatePrototype(unsigned Opcode) const override;
DLatency.h30 generatePrototype(unsigned Opcode) const override;
DBenchmarkRunner.h84 generatePrototype(unsigned Opcode) const = 0;
DLatency.cpp84 LatencyBenchmarkRunner::generatePrototype(unsigned Opcode) const { in generatePrototype() function in exegesis::LatencyBenchmarkRunner
DUops.cpp135 UopsBenchmarkRunner::generatePrototype(unsigned Opcode) const { in generatePrototype() function in exegesis::UopsBenchmarkRunner
DBenchmarkRunner.cpp129 if (auto E = generatePrototype(Opcode)) { in generateConfigurations()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp29 generatePrototype(unsigned Opcode) const override { in generatePrototype() function in exegesis::__anon923046830111::X86BenchmarkRunner
70 return Impl::Base::generatePrototype(Opcode); in generatePrototype()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp58 auto ProtoOrError = Runner.generatePrototype(Opcode); in checkAndGetConfigurations()
229 generatePrototype(unsigned Opcode) const override { in generatePrototype() function in exegesis::__anon80c905820111::FakeBenchmarkRunner