Searched refs:RegInsts (Results 1 – 1 of 1) sorted by relevance
625 std::map<uint8_t, std::vector<const CodeGenInstruction *>> RegInsts; in run() local665 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()