Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31456 unsigned RootMaskedIdx = in combineX86ShufflesRecursively() local
31463 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()
31464 (((SrcOpIndex + 1) * MaskWidth) <= RootMaskedIdx)) { in combineX86ShufflesRecursively()
31465 Mask[i] = RootMaskedIdx; in combineX86ShufflesRecursively()
31469 RootMaskedIdx = RootMaskedIdx & (MaskWidth - 1); in combineX86ShufflesRecursively()
31470 unsigned OpIdx = RootMaskedIdx >> OpRatioLog2; in combineX86ShufflesRecursively()
31482 : (OpMask[OpIdx] << OpRatioLog2) + (RootMaskedIdx & (OpRatio - 1)); in combineX86ShufflesRecursively()