Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h68 readYamls(const BenchmarkResultContext &Context, llvm::StringRef Filename);
DBenchmarkResult.cpp257 InstructionBenchmark::readYamls(const BenchmarkResultContext &Context, in readYamls() function in exegesis::InstructionBenchmark
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DBenchmarkResultTest.cpp107 ExitOnErr(InstructionBenchmark::readYamls(Ctx, Filename)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp196 ExitOnErr(InstructionBenchmark::readYamls( in analysisMain()