Searched refs:lowerVectorShuffleAsDecomposedShuffleBlend (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7662 static SDValue lowerVectorShuffleAsDecomposedShuffleBlend(const SDLoc &DL, in lowerVectorShuffleAsDecomposedShuffleBlend() function 9075 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v2i64, V1, V2, in lowerV2I64VectorShuffle() 9362 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4i32, V1, V2, in lowerV4I32VectorShuffle() 10017 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v8i16, V1, V2, in lowerV8I16VectorShuffle() 10325 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v16i8, V1, V2, in lowerV16I8VectorShuffle() 10621 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, VT, V1, V2, Mask, in lowerVectorShuffleAsSplitOrBlend() 10640 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, VT, V1, V2, Mask, DAG); in lowerVectorShuffleAsSplitOrBlend() 11238 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4f64, V1, V2, in lowerV4F64VectorShuffle() 11314 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4i64, V1, V2, in lowerV4I64VectorShuffle() 11401 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v8f32, V1, V2, in lowerV8F32VectorShuffle() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9918 static SDValue lowerVectorShuffleAsDecomposedShuffleBlend(const SDLoc &DL, in lowerVectorShuffleAsDecomposedShuffleBlend() function 11477 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v2i64, V1, V2, in lowerV2I64VectorShuffle() 11787 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4i32, V1, V2, in lowerV4I32VectorShuffle() 12501 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v8i16, V1, V2, in lowerV8I16VectorShuffle() 12832 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v16i8, V1, V2, in lowerV16I8VectorShuffle() 13071 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, VT, V1, V2, Mask, in lowerVectorShuffleAsSplitOrBlend() 13090 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, VT, V1, V2, Mask, DAG); in lowerVectorShuffleAsSplitOrBlend() 13777 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4f64, V1, V2, in lowerV4F64VectorShuffle() 13874 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4i64, V1, V2, in lowerV4I64VectorShuffle() 13970 return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v8f32, V1, V2, in lowerV8F32VectorShuffle() [all …]
|