Lines Matching refs:NumBits
313 unsigned NumBits; // number of bits to filter member in __anonfc09cd8b0311::Filter
496 unsigned NumBits) const;
588 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
596 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
597 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
609 auto [Ok, Field] = Owner->fieldFromInsn(Insn, StartBit, NumBits); in Filter()
640 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse()
663 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { in recurse()
703 assert((NumBits < (1u << 8)) && "NumBits overflowed uint8 table entry!"); in emitTableEntry()
710 TableInfo.Table.push_back(NumBits); in emitTableEntry()
1069 unsigned NumBits) const { in fieldFromInsn()
1072 for (unsigned i = 0; i < NumBits; ++i) { in fieldFromInsn()
1465 unsigned NumBits = EndBits[I - 1] - StartBits[I - 1] + 1; in emitSingletonTableEntry() local
1466 assert((NumBits < (1u << 8)) && "NumBits overflowed uint8 table entry!"); in emitSingletonTableEntry()
1473 TableInfo.Table.push_back(NumBits); in emitSingletonTableEntry()