Home | History | Annotate | Download | only in TableGen

Lines Matching defs:BestIndex

236   int BestIndex;
249 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
258 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) {
272 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
314 assert(BestIndex != -1 && "BestIndex not set");
315 return Filters[BestIndex];
916 BestIndex = 0; // Sole Filter instance to choose from.
935 BestIndex = -1;
1140 BestIndex = 0;
1151 BestIndex = i;
1185 // Set the BestIndex to -1 to indicate so.
1186 BestIndex = -1;
1200 if (BestIndex != -1) {