Searched refs:isUndefOrInRange (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 5615 static bool isUndefOrInRange(int Val, int Low, int Hi) { in isUndefOrInRange() function 5621 static bool isUndefOrInRange(ArrayRef<int> Mask, int Low, int Hi) { in isUndefOrInRange() function 5623 Mask, [Low, Hi](int M) { return isUndefOrInRange(M, Low, Hi); }); in isUndefOrInRange() 7537 if (isUndefOrInRange(ShuffleMask, 0, 2 * NumElts)) { in getFauxShuffleMask() 9085 if (isUndefOrInRange(ShuffleIdx, 0, ShuffleVecVT.getVectorNumElements())) { in getUnderlyingExtractedFromVec() 12276 MatchLo &= isUndefOrInRange(M, Lo, Mid) || in lowerShuffleAsUNPCKAndPermute() 12277 isUndefOrInRange(M, NumElts + Lo, NumElts + Mid); in lowerShuffleAsUNPCKAndPermute() 12278 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute() 12279 isUndefOrInRange(M, NumElts + Mid, NumElts + Hi); in lowerShuffleAsUNPCKAndPermute() 12776 if (!isUndefOrInRange(StubMask, 0, NumElts) && in lowerShuffleAsByteShiftMask() [all …]
|