Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h80 static Expected<InstructionBenchmark> readYaml(const LLVMState &State,
H A DBenchmarkResult.cpp335 InstructionBenchmark::readYaml(const LLVMState &State, StringRef Filename) { in readYaml() function in llvm::exegesis::InstructionBenchmark
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/
H A DBenchmarkResultTest.cpp86 ExitOnErr(InstructionBenchmark::readYaml(State, Filename)); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DBenchmarkResultTest.cpp91 ExitOnErr(InstructionBenchmark::readYaml(State, Filename)); in TEST()