Home
last modified time | relevance | path

Searched refs:MatchBSwaps (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLocal.cpp3037 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()
3103 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, 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()
3191 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3223 const auto &LHS = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DLocal.h461 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h646 Instruction *matchBSwapOrBitReverse(Instruction &I, bool MatchBSwaps,
DInstCombineAndOrXor.cpp2414 bool MatchBSwaps, in matchBSwapOrBitReverse() argument
2417 if (!recognizeBSwapOrBitReverseIdiom(&I, MatchBSwaps, MatchBitReversals, in matchBSwapOrBitReverse()