Searched refs:EmittedLists (Results 1 – 1 of 1) sorted by relevance
843 std::map<std::vector<const Record *>, unsigned> EmittedLists; in run() local854 if (EmittedLists.try_emplace(ImplicitOps, ImplicitListSize).second) { in run()896 emitRecord(*Inst, --Num, InstrInfo, EmittedLists, OperandInfoMap, OS); in run()910 OS << " /* " << EmittedLists[List] << " */"; in run()1088 std::map<std::vector<const Record *>, unsigned> &EmittedLists, in emitRecord() argument1119 OS << Target.getName() << "ImpOpBase + " << EmittedLists[ImplicitOps] in emitRecord()