Lines Matching refs:NumBits
285 unsigned NumBits; // number of bits to filter member in __anon983fc5010311::Filter
469 unsigned NumBits) const;
563 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
572 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
573 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
586 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
617 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse()
638 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { in recurse()
681 TableInfo.Table.push_back(NumBits); in emitTableEntry()
1025 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn()
1028 for (unsigned i = 0; i < NumBits; ++i) { in fieldFromInsn()
1419 unsigned NumBits = EndBits[I-1] - StartBits[I-1] + 1; in emitSingletonTableEntry() local
1422 TableInfo.Table.push_back(NumBits); in emitSingletonTableEntry()