Lines Matching defs:BitSize
116 // otherwise. The output value has BitSize bits, although Input may be
121 : Opcode(Op), BitSize(N.getValueSizeInBits()),
122 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
126 unsigned BitSize;
783 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) {
807 uint64_t BitSize = N.getValueSizeInBits();
808 uint64_t Mask = allOnes(BitSize);
862 if (RxSBG.BitSize != 64 || N.getValueType() != MVT::i64)
893 unsigned BitSize = N.getValueSizeInBits();
895 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) {
899 RxSBG.Rotate += (BitSize - InnerBitSize);
914 unsigned BitSize = N.getValueSizeInBits();
915 if (Count < 1 || Count >= BitSize)
925 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count))
941 unsigned BitSize = N.getValueSizeInBits();
942 if (Count < 1 || Count >= BitSize)
948 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count)))
953 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count)))