Searched refs:MatchBSwaps (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2921 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument 2948 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 2953 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 2987 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3017 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3032 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3048 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3158 Instruction *I, bool MatchBSwaps, bool MatchBitReversals, in recognizeBSwapOrBitReverseIdiom() argument 3164 if (!MatchBSwaps && !MatchBitReversals) in recognizeBSwapOrBitReverseIdiom() 3174 collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS, 0, FoundRoot); in recognizeBSwapOrBitReverseIdiom() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 461 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 751 Instruction *matchBSwapOrBitReverse(Instruction &I, bool MatchBSwaps,
|
| H A D | InstCombineAndOrXor.cpp | 2189 bool MatchBSwaps, in matchBSwapOrBitReverse() argument 2192 if (!recognizeBSwapOrBitReverseIdiom(&I, MatchBSwaps, MatchBitReversals, in matchBSwapOrBitReverse()
|