Lines Matching refs:Rotate
123 Rotate(0) {} in RxSBGOperands()
131 unsigned Rotate; member
780 if (RxSBG.Rotate != 0) in refineRxSBGMask()
781 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
793 if (RxSBG.Rotate != 0) in maskMatters()
794 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
868 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
898 if (RxSBG.Mask == 1 && RxSBG.Rotate == 1) in expandRxSBG()
899 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
929 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
957 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
1007 if (RISBG.Rotate == 0) { in tryRISBGZero()
1061 ((RISBG.Start + RISBG.Rotate) & 63) >= 32 && in tryRISBGZero()
1062 ((RISBG.End + RISBG.Rotate) & 63) >= in tryRISBGZero()
1063 ((RISBG.Start + RISBG.Rotate) & 63)) { in tryRISBGZero()
1074 CurDAG->getTargetConstant(RISBG.Rotate, DL, MVT::i32) in tryRISBGZero()
1134 CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32) in tryRxSBG()