Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h84 readYamls(const LLVMState &State, StringRef Filename);
DBenchmarkResult.cpp352 InstructionBenchmark::readYamls(const LLVMState &State, StringRef Filename) { in readYamls() function in llvm::exegesis::InstructionBenchmark
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DBenchmarkResultTest.cpp107 ExitOnErr(InstructionBenchmark::readYamls(State, Filename)); in TEST_F()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DBenchmarkResultTest.cpp111 ExitOnErr(InstructionBenchmark::readYamls(State, Filename)); in TEST()
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp411 BenchmarkFile, InstructionBenchmark::readYamls(State, BenchmarkFile)); in analysisMain()