Searched refs:MatchBitReversals (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1747 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument 1760 MatchBitReversals, BPS); in collectBitParts() 1762 MatchBitReversals, BPS); in collectBitParts() 1795 MatchBitReversals, BPS); in collectBitParts() 1823 if (!MatchBitReversals && NumMaskedBits % 8 != 0) in collectBitParts() 1827 MatchBitReversals, BPS); in collectBitParts() 1842 MatchBitReversals, BPS); in collectBitParts() 1884 Instruction *I, bool MatchBSwaps, bool MatchBitReversals, in recognizeBSwapOrBitReverseIdiom() argument 1888 if (!MatchBSwaps && !MatchBitReversals) in recognizeBSwapOrBitReverseIdiom() 1906 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS); in recognizeBSwapOrBitReverseIdiom() [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 355 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
|