Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Best

189 /// chooses a best Filter to do its job.
288 /// FilterChooser - FilterChooser chooses the best filter among a set of Filters
327 // Index of the best filter from Filters.
454 const Filter &Best) const;
471 // builds up a list of candidate filters. It chooses the best filter and
475 // Decides on the best configuration of filter(s) to use in order to decode
1365 const Filter &Best) const {
1366 unsigned Opc = Best.getSingletonOpc();
1378 Best
1404 // builds up a list of candidate filters. It chooses the best filter and
1611 // the best performing filter.
1634 // Decides on the best configuration of filter(s) to use in order to decode
1672 // Choose the best filter to do the decodings!
1674 const Filter &Best = Filters[BestIndex];
1675 if (Best.getNumFiltered() == 1)
1676 emitSingletonTableEntry(TableInfo, Best);
1678 Best.emitTableEntry(TableInfo);