Searched refs:MatchBitReversals (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3037 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() argument 3064 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3069 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3100 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts() 3103 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3130 if (!MatchBitReversals && (NumMaskedBits % 8) != 0) in collectBitParts() 3133 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3148 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3164 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3178 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 461 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 647 bool MatchBitReversals);
|
| H A D | InstCombineAndOrXor.cpp | 2415 bool MatchBitReversals) { in matchBSwapOrBitReverse() argument 2417 if (!recognizeBSwapOrBitReverseIdiom(&I, MatchBSwaps, MatchBitReversals, in matchBSwapOrBitReverse()
|