Home | History | Annotate | Download | only in TableGen

Lines Matching refs:bitWidth

100                  unsigned Indentation, unsigned BitWidth,
331 unsigned BitWidth;
341 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
350 Parent(nullptr), BestIndex(-1), BitWidth(BW), Emitter(E) {
351 for (unsigned i = 0; i < BitWidth; ++i)
364 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
369 unsigned getBitWidth() const { return BitWidth; }
384 for (unsigned i = 0; i < BitWidth; ++i) {
504 assert(StartBit + NumBits - 1 < Owner->BitWidth);
723 unsigned BitWidth,
726 << BitWidth << "[] = {\n";
949 for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) {
1023 for (unsigned i = 0; i < BitWidth; ++i) {
1055 EndBits.push_back(BitWidth - 1);
1249 APInt PositiveMask(BitWidth, 0ULL);
1250 APInt NegativeMask(BitWidth, 0ULL);
1251 for (unsigned i = 0; i < BitWidth; ++i) {
1462 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex)
1474 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {
1520 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {
1799 unsigned bitStart = bi++, bitWidth = 1;
1814 ++bitWidth;
1874 OpInfo.addField(bitStart, bitWidth, 0);