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.
448 const Filter &Best) const;
468 // builds up a list of candidate filters. It chooses the best filter and
472 // Decides on the best configuration of filter(s) to use in order to decode
1383 const Filter &Best) const {
1384 unsigned Opc = Best.getSingletonOpc();
1396 Best.getVariableFC().emitTableEntries(TableInfo);
1421 // builds up a list of candidate filters. It chooses the best filter and
1628 // the best performing filter.
1651 // Decides on the best configuration of filter(s) to use in order to decode
1689 // Choose the best filter to do the decodings!
1691 const Filter &Best = Filters[BestIndex];
1692 if (Best.getNumFiltered() == 1)
1693 emitSingletonTableEntry(TableInfo, Best);
1695 Best.emitTableEntry(TableInfo);