Searched refs:lowerVectorShuffleWithPSHUFB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9256 static SDValue lowerVectorShuffleWithPSHUFB(const SDLoc &DL, MVT VT, in lowerVectorShuffleWithPSHUFB() function 14163 if (SDValue PSHUFB = lowerVectorShuffleWithPSHUFB( in lowerV16I16VectorShuffle() 14243 if (SDValue PSHUFB = lowerVectorShuffleWithPSHUFB( in lowerV32I8VectorShuffle() 14730 if (SDValue PSHUFB = lowerVectorShuffleWithPSHUFB( in lowerV32I16VectorShuffle() 14770 if (SDValue PSHUFB = lowerVectorShuffleWithPSHUFB( in lowerV64I8VectorShuffle()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7303 static SDValue lowerVectorShuffleWithPSHUFB(const SDLoc &DL, MVT VT, in lowerVectorShuffleWithPSHUFB() function 11558 if (SDValue PSHUFB = lowerVectorShuffleWithPSHUFB(DL, MVT::v16i16, Mask, V1, in lowerV16I16VectorShuffle() 11628 if (SDValue PSHUFB = lowerVectorShuffleWithPSHUFB(DL, MVT::v32i8, Mask, V1, in lowerV32I8VectorShuffle() 12007 if (SDValue PSHUFB = lowerVectorShuffleWithPSHUFB(DL, MVT::v64i8, Mask, V1, in lowerV64I8VectorShuffle()
|