Searched refs:BenchmarkCode (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
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() 175 return std::vector<BenchmarkCode>{std::move(Result)}; in readSnippets()
|
D | BenchmarkRunner.h | 43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions, 84 Expected<std::string> writeObjectFile(const BenchmarkCode &Configuration,
|
D | SnippetFile.h | 29 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
|
D | BenchmarkCode.h | 21 struct BenchmarkCode { struct
|
D | BenchmarkRunner.cpp | 136 const BenchmarkCode &BC, unsigned NumRepetitions, in runConfiguration() 262 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC, in writeObjectFile()
|
D | SnippetGenerator.cpp | 42 const InstructionTemplate &Variant, std::vector<BenchmarkCode> &Benchmarks, in generateConfigurations() 76 BenchmarkCode BC; in generateConfigurations()
|
D | SnippetGenerator.h | 64 std::vector<BenchmarkCode> &Benchmarks,
|
/external/llvm-project/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 248 static Expected<std::vector<BenchmarkCode>> 273 std::vector<BenchmarkCode> Benchmarks; in generateSnippets() 329 std::vector<BenchmarkCode> Configurations; in benchmarkMain() 364 for (const BenchmarkCode &Conf : Configurations) { in benchmarkMain()
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
D | SnippetGeneratorTest.cpp | 211 std::vector<BenchmarkCode> Configs; in TEST_F() 216 const BenchmarkCode &BC = Configs[0]; in TEST_F() 362 std::vector<BenchmarkCode> Benchmarks; in TEST_F() 417 std::vector<BenchmarkCode> Benchmarks; in TEST_F()
|
D | SnippetFileTest.cpp | 42 Expected<std::vector<BenchmarkCode>> TestCommon(StringRef Contents) { in TestCommon()
|