Lines Matching refs:Rotate
121 Rotate(0) {} in RxSBGOperands()
129 unsigned Rotate; member
722 if (RxSBG.Rotate != 0) in refineRxSBGMask()
723 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
735 if (RxSBG.Rotate != 0) in maskMatters()
736 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
800 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
854 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
882 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
945 if (RISBG.Rotate == 0 && (RISBG.Mask == 0xff || RISBG.Mask == 0xffff)) { in tryRISBGZero()
975 CurDAG->getTargetConstant(RISBG.Rotate, DL, MVT::i32) in tryRISBGZero()
1026 CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32) in tryRxSBG()