Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36857 unsigned RootMaskedIdx = in combineX86ShufflesRecursively() local
36864 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()
36865 (((SrcOpIndex + 1) * MaskWidth) <= RootMaskedIdx)) { in combineX86ShufflesRecursively()
36866 Mask[i] = RootMaskedIdx; in combineX86ShufflesRecursively()
36870 RootMaskedIdx = RootMaskedIdx & (MaskWidth - 1); in combineX86ShufflesRecursively()
36871 unsigned OpIdx = RootMaskedIdx >> OpRatioLog2; in combineX86ShufflesRecursively()
36882 (RootMaskedIdx & (OpRatio - 1)); in combineX86ShufflesRecursively()