Lines Matching refs:Rotate
123 Rotate(0) {} in RxSBGOperands()
131 unsigned Rotate; member
765 if (RxSBG.Rotate != 0) in refineRxSBGMask()
766 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
778 if (RxSBG.Rotate != 0) in maskMatters()
779 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
853 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
883 if (RxSBG.Mask == 1 && RxSBG.Rotate == 1) in expandRxSBG()
884 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
914 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
942 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
992 if (RISBG.Rotate == 0) { in tryRISBGZero()
1046 ((RISBG.Start + RISBG.Rotate) & 63) >= 32 && in tryRISBGZero()
1047 ((RISBG.End + RISBG.Rotate) & 63) >= in tryRISBGZero()
1048 ((RISBG.Start + RISBG.Rotate) & 63)) { in tryRISBGZero()
1059 CurDAG->getTargetConstant(RISBG.Rotate, DL, MVT::i32) in tryRISBGZero()
1119 CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32) in tryRxSBG()