Lines Matching refs:NumBits
223 unsigned NumBits; // number of bits to filter member in __anon99a0cc130511::Filter
403 unsigned NumBits) const;
494 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
503 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
504 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
517 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
559 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse()
588 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { in recurse()
634 TableInfo.Table.push_back(NumBits); in emitTableEntry()
931 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn()
934 for (unsigned i = 0; i < NumBits; ++i) { in fieldFromInsn()
1324 unsigned NumBits = EndBits[I-1] - StartBits[I-1] + 1; in emitSingletonTableEntry() local
1327 TableInfo.Table.push_back(NumBits); in emitSingletonTableEntry()