Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9838 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerVectorShuffleWithPSHUFB() local
9850 int M = Mask[i / NumEltBytes]; in lowerVectorShuffleWithPSHUFB()
9855 if (Zeroable[i / NumEltBytes]) { in lowerVectorShuffleWithPSHUFB()
9868 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerVectorShuffleWithPSHUFB()
9872 M = M * NumEltBytes + (i % NumEltBytes); in lowerVectorShuffleWithPSHUFB()