Searched refs:RxSBG (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp275 // Try to update RxSBG so that only the bits of RxSBG.Input in Mask are used.
277 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) const;
279 // Try to fold some of RxSBG.Input into other fields of RxSBG.
281 bool expandRxSBG(RxSBGOperands &RxSBG) const;
751 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG, argument
754 if (RxSBG.Rotate != 0)
755 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG
765 maskMatters(RxSBGOperands &RxSBG, uint64_t Mask) argument
[all...]

Completed in 168 milliseconds