Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp350 auto ConfigsForInstr = generateSnippets(State, Opcode, AllReservedRegs); in benchmarkMain() local
351 if (!ConfigsForInstr) { in benchmarkMain()
353 ConfigsForInstr.takeError(), errs(), in benchmarkMain()
357 std::move(ConfigsForInstr->begin(), ConfigsForInstr->end(), in benchmarkMain()