Lines Matching defs:Decoders
125 DecoderSet Decoders;
174 void emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
552 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
1029 DecoderSet &Decoders,
1051 for (const auto &Decoder : Decoders) {
1242 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
1259 Decoders.insert(CachedHashString(Decoder));
1261 DecoderSet::const_iterator P = find(Decoders, Decoder.str());
1262 return (unsigned)(P - Decoders.begin());
1493 getDecoderIndex(TableInfo.Decoders, Opc.EncodingID, HasCompleteDecoder);
2646 emitDecoderFunction(OS, TableInfo.Decoders, 0);