Lines Matching refs:Rotate
123 Rotate(0) {} in RxSBGOperands()
131 unsigned Rotate; member
758 if (RxSBG.Rotate != 0) in refineRxSBGMask()
759 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
771 if (RxSBG.Rotate != 0) in maskMatters()
772 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
844 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
874 if (RxSBG.Mask == 1 && RxSBG.Rotate == 1) in expandRxSBG()
875 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
905 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
933 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
983 if (RISBG.Rotate == 0) { in tryRISBGZero()
1037 ((RISBG.Start + RISBG.Rotate) & 63) >= 32 && in tryRISBGZero()
1038 ((RISBG.End + RISBG.Rotate) & 63) >= in tryRISBGZero()
1039 ((RISBG.Start + RISBG.Rotate) & 63)) { in tryRISBGZero()
1050 CurDAG->getTargetConstant(RISBG.Rotate, DL, MVT::i32) in tryRISBGZero()
1107 CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32) in tryRxSBG()