Lines Matching refs:NumBits
251 unsigned NumBits; // number of bits to filter member in __anonc01b33bf0311::Filter
422 unsigned NumBits) const;
514 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
523 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
524 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
537 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
568 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse()
590 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { in recurse()
633 TableInfo.Table.push_back(NumBits); in emitTableEntry()
963 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn()
966 for (unsigned i = 0; i < NumBits; ++i) { in fieldFromInsn()
1334 unsigned NumBits = EndBits[I-1] - StartBits[I-1] + 1; in emitSingletonTableEntry() local
1337 TableInfo.Table.push_back(NumBits); in emitSingletonTableEntry()