Home
last modified time | relevance | path

Searched refs:MatchBitReversals (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2890 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()
3072 if (!MatchBitReversals && (ModAmt % 8) != 0) 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()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h446 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h724 bool MatchBitReversals);
H A DInstCombineAndOrXor.cpp2098 bool MatchBitReversals) { in matchBSwapOrBitReverse() argument
2100 if (!recognizeBSwapOrBitReverseIdiom(&I, MatchBSwaps, MatchBitReversals, in matchBSwapOrBitReverse()