Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40300 unsigned RootMaskedIdx = in combineX86ShufflesRecursively() local
40307 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()
40308 (((SrcOpIndex + 1) * MaskWidth) <= RootMaskedIdx)) { in combineX86ShufflesRecursively()
40309 Mask[i] = RootMaskedIdx; in combineX86ShufflesRecursively()
40313 RootMaskedIdx = RootMaskedIdx & (MaskWidth - 1); in combineX86ShufflesRecursively()
40314 unsigned OpIdx = RootMaskedIdx >> OpRatioLog2; in combineX86ShufflesRecursively()
40325 (RootMaskedIdx & (OpRatio - 1)); in combineX86ShufflesRecursively()