Lines Matching refs:MatchBitReversals

3665 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals,  in collectBitParts()  argument
3692 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3697 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3728 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts()
3731 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3758 if (!MatchBitReversals && (NumMaskedBits % 8) != 0) in collectBitParts()
3761 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3776 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3792 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3806 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3819 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3847 if (!MatchBitReversals && (ModAmt % 8) != 0) in collectBitParts()
3851 const auto &LHS = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3856 const auto &RHS = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3902 Instruction *I, bool MatchBSwaps, bool MatchBitReversals, in recognizeBSwapOrBitReverseIdiom() argument
3909 if (!MatchBSwaps && !MatchBitReversals) in recognizeBSwapOrBitReverseIdiom()
3919 collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS, 0, FoundRoot); in recognizeBSwapOrBitReverseIdiom()
3948 bool OKForBitReverse = MatchBitReversals; in recognizeBSwapOrBitReverseIdiom()