Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
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()
175 return std::vector<BenchmarkCode>{std::move(Result)}; in readSnippets()
DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
84 Expected<std::string> writeObjectFile(const BenchmarkCode &Configuration,
DSnippetFile.h29 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
DBenchmarkCode.h21 struct BenchmarkCode { struct
DBenchmarkRunner.cpp136 const BenchmarkCode &BC, unsigned NumRepetitions, in runConfiguration()
262 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC, in writeObjectFile()
DSnippetGenerator.cpp42 const InstructionTemplate &Variant, std::vector<BenchmarkCode> &Benchmarks, in generateConfigurations()
76 BenchmarkCode BC; in generateConfigurations()
DSnippetGenerator.h64 std::vector<BenchmarkCode> &Benchmarks,
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp248 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/
DSnippetGeneratorTest.cpp211 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()
DSnippetFileTest.cpp42 Expected<std::vector<BenchmarkCode>> TestCommon(StringRef Contents) { in TestCommon()