Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11324 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerShuffleWithPSHUFB() local
11336 int M = Mask[i / NumEltBytes]; in lowerShuffleWithPSHUFB()
11341 if (Zeroable[i / NumEltBytes]) { in lowerShuffleWithPSHUFB()
11354 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerShuffleWithPSHUFB()
11358 M = M * NumEltBytes + (i % NumEltBytes); in lowerShuffleWithPSHUFB()