Lines Matching defs:BitSize
143 unsigned BitSize = Ty->getPrimitiveSizeInBits();
146 if (BitSize == 0)
149 if ((!ST->hasVector() && BitSize > 64) || BitSize > 128)
179 unsigned BitSize = Ty->getPrimitiveSizeInBits();
182 if (BitSize == 0)
185 if (BitSize > 64)
201 if (BitSize == 8)
250 if (BitSize <= 32)
261 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))
299 unsigned BitSize = Ty->getPrimitiveSizeInBits();
302 if (BitSize == 0)
305 if (BitSize > 64)