Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Num

1012   unsigned Num, BitNo;
1013 Num = BitNo = 0;
1044 ++Num;
1057 ++Num;
1060 assert(StartBits.size() == Num && EndBits.size() == Num &&
1061 FieldVals.size() == Num);
1062 return Num;
1417 // Heuristics. See also doFilter()'s "Heuristics" comment when num of
1638 unsigned Num = Opcodes.size();
1639 assert(Num && "FilterChooser created with no instructions");
1653 if (Num == 3 && filterProcessor(true, false))