Lines Matching refs:BitSize
120 : Opcode(Op), BitSize(N.getValueType().getSizeInBits()), in RxSBGOperands()
121 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), in RxSBGOperands()
125 unsigned BitSize; member
730 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()
752 uint64_t BitSize = N.getValueType().getSizeInBits(); in expandRxSBG() local
753 uint64_t Mask = allOnes(BitSize); in expandRxSBG()
809 if (RxSBG.BitSize != 64 || N.getValueType() != MVT::i64) in expandRxSBG()
841 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize))) in expandRxSBG()
854 unsigned BitSize = N.getValueType().getSizeInBits(); in expandRxSBG() local
855 if (Count < 1 || Count >= BitSize) in expandRxSBG()
865 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count)) in expandRxSBG()
881 unsigned BitSize = N.getValueType().getSizeInBits(); in expandRxSBG() local
882 if (Count < 1 || Count >= BitSize) in expandRxSBG()
888 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))) in expandRxSBG()
893 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count))) in expandRxSBG()