Searched refs:BenchmarkCode (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetFile.cpp | 33 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 D | BenchmarkRunner.h | 43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions, 84 Expected<std::string> writeObjectFile(const BenchmarkCode &Configuration,
|
H A D | SnippetFile.h | 29 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
|
H A D | BenchmarkCode.h | 21 struct BenchmarkCode { struct
|
H A D | BenchmarkRunner.cpp | 136 const BenchmarkCode &BC, unsigned NumRepetitions, in runConfiguration() 260 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC, in writeObjectFile()
|
H A D | SnippetGenerator.cpp | 42 const InstructionTemplate &Variant, std::vector<BenchmarkCode> &Benchmarks, in generateConfigurations() 76 BenchmarkCode BC; in generateConfigurations()
|
H A D | SnippetGenerator.h | 64 std::vector<BenchmarkCode> &Benchmarks,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/ |
H A D | llvm-exegesis.cpp | 249 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()
|