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