Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12221 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerShuffleWithPSHUFB() local
12233 int M = Mask[i / NumEltBytes]; in lowerShuffleWithPSHUFB()
12238 if (Zeroable[i / NumEltBytes]) { in lowerShuffleWithPSHUFB()
12251 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerShuffleWithPSHUFB()
12255 M = M * NumEltBytes + (i % NumEltBytes); in lowerShuffleWithPSHUFB()