Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12060 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerShuffleWithPSHUFB() local
12072 int M = Mask[i / NumEltBytes]; in lowerShuffleWithPSHUFB()
12077 if (Zeroable[i / NumEltBytes]) { in lowerShuffleWithPSHUFB()
12090 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerShuffleWithPSHUFB()
12094 M = M * NumEltBytes + (i % NumEltBytes); in lowerShuffleWithPSHUFB()