Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp30264 unsigned RootMaskedIdx = in combineX86ShufflesRecursively() local
30271 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()
30272 (((SrcOpIndex + 1) * MaskWidth) <= RootMaskedIdx)) { in combineX86ShufflesRecursively()
30273 Mask[i] = RootMaskedIdx; in combineX86ShufflesRecursively()
30277 RootMaskedIdx = RootMaskedIdx & (MaskWidth - 1); in combineX86ShufflesRecursively()
30278 unsigned OpIdx = RootMaskedIdx >> OpRatioLog2; in combineX86ShufflesRecursively()
30290 : (OpMask[OpIdx] << OpRatioLog2) + (RootMaskedIdx & (OpRatio - 1)); in combineX86ShufflesRecursively()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25387 int RootMaskedIdx = RootMask[RootIdx] * RootRatio + i % RootRatio; in combineX86ShufflesRecursively() local
25388 int OpIdx = RootMaskedIdx / OpRatio; in combineX86ShufflesRecursively()
25398 RootMaskedIdx % OpRatio); in combineX86ShufflesRecursively()