Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Bit

1189 // sub-register index level. Each bit in the lane mask is like a register unit
1190 // class, and two lane masks will have a bit in common if two sub-register
1193 // Conservatively share a lane mask bit if two sub-register indices overlap in
1197 unsigned Bit = 0;
1201 Idx->LaneMask = 1u << Bit;
1202 // Share bit 31 in the unlikely case there are more than 32 leafs.
1209 if (Bit < 31) ++Bit;