Searched refs:MatchBSwaps (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3771 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument 3798 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3803 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3837 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3867 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3882 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3898 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3912 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3925 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3957 const auto &LHS = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 514 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 752 Instruction *matchBSwapOrBitReverse(Instruction &I, bool MatchBSwaps,
|
H A D | InstCombineAndOrXor.cpp | 2834 bool MatchBSwaps, in matchBSwapOrBitReverse() argument 2837 if (!recognizeBSwapOrBitReverseIdiom(&I, MatchBSwaps, MatchBitReversals, in matchBSwapOrBitReverse()
|