Home
last modified time | relevance | path

Searched refs:readSnippets (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.h29 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
H A DSnippetFile.cpp121 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State, in readSnippets() function
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetFileTest.cpp53 return readSnippets(State, Filename); in TestCommon()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp361 Configurations = ExitOnErr(readSnippets(State, SnippetsFile)); in benchmarkMain()