Lines Matching refs:NumBits
273 unsigned NumBits; // number of bits to filter member in __anon3051e32e0311::Filter
456 unsigned NumBits) const;
548 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
557 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
558 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
571 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
602 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse()
623 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { in recurse()
666 TableInfo.Table.push_back(NumBits); in emitTableEntry()
1002 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn()
1005 for (unsigned i = 0; i < NumBits; ++i) { in fieldFromInsn()
1390 unsigned NumBits = EndBits[I-1] - StartBits[I-1] + 1; in emitSingletonTableEntry() local
1393 TableInfo.Table.push_back(NumBits); in emitSingletonTableEntry()