Lines Matching refs:MatchBitReversals

2890 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals,  in collectBitParts()  argument
2917 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
2922 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
2953 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts()
2956 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
2983 if (!MatchBitReversals && (NumMaskedBits % 8) != 0) in collectBitParts()
2986 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3001 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3017 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3031 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3044 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3072 if (!MatchBitReversals && (ModAmt % 8) != 0) in collectBitParts()
3076 const auto &LHS = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3081 const auto &RHS = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3127 Instruction *I, bool MatchBSwaps, bool MatchBitReversals, in recognizeBSwapOrBitReverseIdiom() argument
3133 if (!MatchBSwaps && !MatchBitReversals) in recognizeBSwapOrBitReverseIdiom()
3148 collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS, 0, FoundRoot); in recognizeBSwapOrBitReverseIdiom()
3176 bool OKForBitReverse = MatchBitReversals; in recognizeBSwapOrBitReverseIdiom()