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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp277 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) const;
751 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG, function in class:SystemZDAGToDAGISel
781 if (!refineRxSBGMask(RxSBG, Mask))
796 if (!refineRxSBGMask(RxSBG, Mask)) {
802 if (!refineRxSBGMask(RxSBG, Mask))
819 if (!refineRxSBGMask(RxSBG, Mask)) {
825 if (!refineRxSBGMask(RxSBG, Mask))
854 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize)))
897 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count))
925 if (!refineRxSBGMask(RxSB
[all...]

Completed in 97 milliseconds