Lines Matching refs:SToVRHS
15335 SDValue SToVRHS = isScalarToVec(RHS); in combineVectorShuffle() local
15336 if (SToVLHS || SToVRHS) { in combineVectorShuffle()
15343 if (SToVLHS && SToVRHS && in combineVectorShuffle()
15345 SToVRHS.getValueType().getScalarSizeInBits())) in combineVectorShuffle()
15349 : SToVRHS.getValueType().getVectorNumElements(); in combineVectorShuffle()
15358 : SToVRHS.getValueType().getScalarSizeInBits() / in combineVectorShuffle()
15384 if (SToVRHS) { in combineVectorShuffle()
15385 if (!IsLittleEndian && SToVRHS.getValueType().getScalarSizeInBits() >= 64) in combineVectorShuffle()
15389 SToVRHS = getSToVPermuted(SToVRHS, DAG, Subtarget); in combineVectorShuffle()
15390 if (SToVRHS.getValueType() != RHS.getValueType()) in combineVectorShuffle()
15391 SToVRHS = DAG.getBitcast(RHS.getValueType(), SToVRHS); in combineVectorShuffle()
15392 RHS = SToVRHS; in combineVectorShuffle()