Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7311 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerVectorShuffleWithPSHUFB() local
7324 int M = Mask[i / NumEltBytes]; in lowerVectorShuffleWithPSHUFB()
7329 if (Zeroable[i / NumEltBytes]) { in lowerVectorShuffleWithPSHUFB()
7338 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerVectorShuffleWithPSHUFB()
7342 M = M * NumEltBytes + (i % NumEltBytes); in lowerVectorShuffleWithPSHUFB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9265 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerVectorShuffleWithPSHUFB() local
9277 int M = Mask[i / NumEltBytes]; in lowerVectorShuffleWithPSHUFB()
9282 if (Zeroable[i / NumEltBytes]) { in lowerVectorShuffleWithPSHUFB()
9295 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerVectorShuffleWithPSHUFB()
9299 M = M * NumEltBytes + (i % NumEltBytes); in lowerVectorShuffleWithPSHUFB()