Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Num

1013   unsigned Num, BitNo;
1014 Num = BitNo = 0;
1045 ++Num;
1058 ++Num;
1061 assert(StartBits.size() == Num && EndBits.size() == Num &&
1062 FieldVals.size() == Num);
1063 return Num;
1418 // Heuristics. See also doFilter()'s "Heuristics" comment when num of
1639 unsigned Num = Opcodes.size();
1640 assert(Num && "FilterChooser created with no instructions");
1654 if (Num == 3 && filterProcessor(true, false))