Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDX86FoldTablesEmitter.cpp625 std::map<uint8_t, std::vector<const CodeGenInstruction *>> RegInsts; in run() local
665 RegInsts[Opc].push_back(Inst); in run()
671 auto RegInstsForBroadcast = RegInsts; in run()
688 auto RegInstsIt = RegInsts.find(Opc); in run()
689 if (RegInstsIt == RegInsts.end()) in run()