Searched refs:lowerVectorShuffleWithSHUFPS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 12282 static SDValue lowerVectorShuffleWithSHUFPS(const SDLoc &DL, MVT VT, in lowerVectorShuffleWithSHUFPS() function 12457 return lowerVectorShuffleWithSHUFPS(DL, MVT::v4f32, Mask, V1, V2, DAG); in lowerV4F32VectorShuffle() 14867 return lowerVectorShuffleWithSHUFPS(DL, MVT::v8f32, RepeatedMask, V1, V2, DAG); in lowerV8F32VectorShuffle() 15018 SDValue ShufPS = lowerVectorShuffleWithSHUFPS(DL, MVT::v8f32, RepeatedMask, in lowerV8I32VectorShuffle() 15492 return lowerVectorShuffleWithSHUFPS(DL, MVT::v16f32, RepeatedMask, V1, V2, DAG); in lowerV16F32VectorShuffle() 15633 SDValue ShufPS = lowerVectorShuffleWithSHUFPS(DL, MVT::v16f32, RepeatedMask, in lowerV16I32VectorShuffle()
|