Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Best

98 /// chooses a best Filter to do its job.
194 /// FilterChooser - FilterChooser chooses the best filter among a set of Filters
232 // Index of the best filter from Filters.
360 const Filter &Best) const;
374 // builds up a list of candidate filters. It chooses the best filter and
378 // Decides on the best configuration of filter(s) to use in order to decode
983 const Filter &Best) const {
985 unsigned Opc = Best.getSingletonOpc();
993 Best.getVariableFC().emit(o, Indentation);
1019 // builds up a list of candidate filters. It chooses the best filter and
1226 // the best performing filter.
1249 // Decides on the best configuration of filter(s) to use in order to decode
1286 // Choose the best filter to do the decodings!
1288 const Filter &Best = Filters[BestIndex];
1289 if (Best.getNumFiltered() == 1)
1290 emitSingletonDecoder(o, Indentation, Best);
1292 Best.emit(o, Indentation);