Searched refs:MatchBitReversals (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2615 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument 2628 MatchBitReversals, BPS); in collectBitParts() 2630 MatchBitReversals, BPS); in collectBitParts() 2663 MatchBitReversals, BPS); in collectBitParts() 2691 if (!MatchBitReversals && NumMaskedBits % 8 != 0) in collectBitParts() 2695 MatchBitReversals, BPS); in collectBitParts() 2710 MatchBitReversals, BPS); in collectBitParts() 2750 Instruction *I, bool MatchBSwaps, bool MatchBitReversals, in recognizeBSwapOrBitReverseIdiom() argument 2754 if (!MatchBSwaps && !MatchBitReversals) in recognizeBSwapOrBitReverseIdiom() 2772 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS); in recognizeBSwapOrBitReverseIdiom() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 480 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
|