Lines Matching refs:Decoders
75 DecoderSet Decoders;
106 DecoderSet &Decoders,
453 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
896 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
911 for (const auto &Decoder : Decoders) {
1091 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders,
1109 Decoders.insert(StringRef(Decoder));
1111 DecoderSet::const_iterator P = std::find(Decoders.begin(),
1112 Decoders.end(),
1114 return (unsigned)(P - Decoders.begin());
1323 unsigned DIdx = getDecoderIndex(TableInfo.Decoders, Opc, HasCompleteDecoder);
1881 // FIXME: For complex operands with custom decoders we can't handle tied
2230 // Parameterize the decoders based on namespace and instruction width.
2262 // predicates and decoders themselves, however, are shared across all
2263 // decoders
2288 emitDecoderFunction(OS, TableInfo.Decoders, 0);