Home
last modified time | relevance | path

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

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