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);
  601       BitValueArray[StartBit + bitIndex] = BIT_UNSET;
  624         BitValueArray[StartBit + bitIndex] = BIT_TRUE;
  626         BitValueArray[StartBit + bitIndex] = BIT_FALSE;
  664   TableInfo.Table.push_back(StartBit);