Lines Matching refs:Rotate
123 Rotate(0) {} in RxSBGOperands()
131 unsigned Rotate; member
743 if (RxSBG.Rotate != 0) in refineRxSBGMask()
744 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
756 if (RxSBG.Rotate != 0) in maskMatters()
757 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
829 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
859 if (RxSBG.Mask == 1 && RxSBG.Rotate == 1) in expandRxSBG()
860 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
890 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
918 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
968 if (RISBG.Rotate == 0) { in tryRISBGZero()
1022 ((RISBG.Start + RISBG.Rotate) & 63) >= 32 && in tryRISBGZero()
1023 ((RISBG.End + RISBG.Rotate) & 63) >= in tryRISBGZero()
1024 ((RISBG.Start + RISBG.Rotate) & 63)) { in tryRISBGZero()
1035 CurDAG->getTargetConstant(RISBG.Rotate, DL, MVT::i32) in tryRISBGZero()
1092 CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32) in tryRxSBG()