Lines Matching refs:SToVRHS
14890 SDValue SToVRHS = isScalarToVec(RHS); in combineVectorShuffle() local
14891 if (SToVLHS || SToVRHS) { in combineVectorShuffle()
14898 if (SToVLHS && SToVRHS && in combineVectorShuffle()
14900 SToVRHS.getValueType().getScalarSizeInBits())) in combineVectorShuffle()
14904 : SToVRHS.getValueType().getVectorNumElements(); in combineVectorShuffle()
14913 : SToVRHS.getValueType().getScalarSizeInBits() / in combineVectorShuffle()
14939 if (SToVRHS) { in combineVectorShuffle()
14940 if (!IsLittleEndian && SToVRHS.getValueType().getScalarSizeInBits() >= 64) in combineVectorShuffle()
14944 SToVRHS = getSToVPermuted(SToVRHS, DAG, Subtarget); in combineVectorShuffle()
14945 if (SToVRHS.getValueType() != RHS.getValueType()) in combineVectorShuffle()
14946 SToVRHS = DAG.getBitcast(RHS.getValueType(), SToVRHS); in combineVectorShuffle()
14947 RHS = SToVRHS; in combineVectorShuffle()