Lines Matching defs:Decoders
125 DecoderSet Decoders;
173 void emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
550 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
1025 DecoderSet &Decoders,
1047 for (const auto &Decoder : Decoders) {
1236 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
1252 Decoders.insert(CachedHashString(Decoder));
1254 DecoderSet::const_iterator P = find(Decoders, Decoder.str());
1255 return (unsigned)(P - Decoders.begin());
1484 getDecoderIndex(TableInfo.Decoders, Opc.EncodingID, HasCompleteDecoder);
2637 emitDecoderFunction(OS, TableInfo.Decoders, indent(0));