Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31415 assert(((RootMask.size() > OpMask.size() && in combineX86ShufflesRecursively()
31416 RootMask.size() % OpMask.size() == 0) || in combineX86ShufflesRecursively()
31417 (OpMask.size() > RootMask.size() && in combineX86ShufflesRecursively()
31418 OpMask.size() % RootMask.size() == 0) || in combineX86ShufflesRecursively()
31419 OpMask.size() == RootMask.size()) && in combineX86ShufflesRecursively()
31427 unsigned RootMaskSizeLog2 = countTrailingZeros(RootMask.size()); in combineX86ShufflesRecursively()
31430 unsigned MaskWidth = std::max<unsigned>(OpMask.size(), RootMask.size()); in combineX86ShufflesRecursively()
31450 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
31452 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
31458 ? RootMask[RootIdx] in combineX86ShufflesRecursively()
[all …]