Searched refs:RxSBG (Results 1 – 1 of 1) sorted by relevance
266 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) const;270 bool expandRxSBG(RxSBGOperands &RxSBG) const;677 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG, in refineRxSBGMask() argument680 if (RxSBG.Rotate != 0) in refineRxSBGMask()681 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()682 Mask &= RxSBG.Mask; in refineRxSBGMask()683 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()684 RxSBG.Mask = Mask; in refineRxSBGMask()691 static bool maskMatters(RxSBGOperands &RxSBG, uint64_t Mask) { in maskMatters() argument693 if (RxSBG.Rotate != 0) in maskMatters()[all …]