Lines Matching refs:NumBits
223 unsigned NumBits; // number of bits to filter member in __anon60e3a3c10511::Filter
397 unsigned NumBits) const;
491 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
500 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
501 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
514 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
548 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse()
571 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { in recurse()
613 TableInfo.Table.push_back(NumBits); in emitTableEntry()
925 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn()
928 for (unsigned i = 0; i < NumBits; ++i) { in fieldFromInsn()
1323 unsigned NumBits = EndBits[I-1] - StartBits[I-1] + 1; in emitSingletonTableEntry() local
1326 TableInfo.Table.push_back(NumBits); in emitSingletonTableEntry()