Searched refs:RxSBG (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 276 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) const; 280 bool expandRxSBG(RxSBGOperands &RxSBG) const; 724 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG, in refineRxSBGMask() argument 727 if (RxSBG.Rotate != 0) in refineRxSBGMask() 728 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask() 729 Mask &= RxSBG.Mask; in refineRxSBGMask() 730 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask() 731 RxSBG.Mask = Mask; in refineRxSBGMask() 738 static bool maskMatters(RxSBGOperands &RxSBG, uint64_t Mask) { in maskMatters() argument 740 if (RxSBG.Rotate != 0) in maskMatters() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 277 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) const; 281 bool expandRxSBG(RxSBGOperands &RxSBG) const; 741 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG, in refineRxSBGMask() argument 744 if (RxSBG.Rotate != 0) in refineRxSBGMask() 745 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask() 746 Mask &= RxSBG.Mask; in refineRxSBGMask() 747 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask() 748 RxSBG.Mask = Mask; in refineRxSBGMask() 755 static bool maskMatters(RxSBGOperands &RxSBG, uint64_t Mask) { in maskMatters() argument 757 if (RxSBG.Rotate != 0) in maskMatters() [all …]
|