Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3665 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()
3847 if (!MatchBitReversals && (ModAmt % 8) != 0) 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()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h490 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h731 bool MatchBitReversals);
H A DInstCombineAndOrXor.cpp2716 bool MatchBitReversals) { in matchBSwapOrBitReverse() argument
2718 if (!recognizeBSwapOrBitReverseIdiom(&I, MatchBSwaps, MatchBitReversals, in matchBSwapOrBitReverse()