Lines Matching full:decoders
74 DecoderSet Decoders;
106 DecoderSet &Decoders,
456 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
894 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
909 for (const auto &Decoder : Decoders) {
1113 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders,
1131 Decoders.insert(StringRef(Decoder));
1133 DecoderSet::const_iterator P = std::find(Decoders.begin(),
1134 Decoders.end(),
1136 return (unsigned)(P - Decoders.begin());
1345 unsigned DIdx = getDecoderIndex(TableInfo.Decoders, Opc, HasCompleteDecoder);
1903 // FIXME: For complex operands with custom decoders we can't handle tied
2252 // Parameterize the decoders based on namespace and instruction width.
2284 // predicates and decoders themselves, however, are shared across all
2285 // decoders to give more opportunities for uniqueing.
2310 emitDecoderFunction(OS, TableInfo.Decoders, 0);