Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp33 BenchmarkCode *Result) in BenchmarkCodeStreamer()
113 BenchmarkCode *const Result;
120 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State, in readSnippets()
131 BenchmarkCode Result; in readSnippets()
177 return std::vector<BenchmarkCode>{std::move(Result)}; in readSnippets()
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
84 Expected<std::string> writeObjectFile(const BenchmarkCode &Configuration,
H A DSnippetFile.h29 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
H A DBenchmarkCode.h21 struct BenchmarkCode { struct
H A DBenchmarkRunner.cpp136 const BenchmarkCode &BC, unsigned NumRepetitions, in runConfiguration()
260 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC, in writeObjectFile()
H A DSnippetGenerator.cpp42 const InstructionTemplate &Variant, std::vector<BenchmarkCode> &Benchmarks, in generateConfigurations()
76 BenchmarkCode BC; in generateConfigurations()
H A DSnippetGenerator.h64 std::vector<BenchmarkCode> &Benchmarks,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp249 static Expected<std::vector<BenchmarkCode>>
275 std::vector<BenchmarkCode> Benchmarks; in generateSnippets()
331 std::vector<BenchmarkCode> Configurations; in benchmarkMain()
366 for (const BenchmarkCode &Conf : Configurations) { in benchmarkMain()