reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/FixedLenDecoderEmitter.cpp
  546   : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
  556   assert(StartBit + NumBits - 1 < Owner->BitWidth);
  569     bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits);
  600     for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex)
  622     for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) {
  665   TableInfo.Table.push_back(NumBits);