Lines Matching refs:SToVRHS
15548 SDValue SToVRHS = isScalarToVec(RHS); in combineVectorShuffle() local
15549 if (SToVLHS || SToVRHS) { in combineVectorShuffle()
15556 if (SToVLHS && SToVRHS && in combineVectorShuffle()
15558 SToVRHS.getValueType().getScalarSizeInBits())) in combineVectorShuffle()
15562 : SToVRHS.getValueType().getVectorNumElements(); in combineVectorShuffle()
15571 : SToVRHS.getValueType().getScalarSizeInBits() / in combineVectorShuffle()
15597 if (SToVRHS) { in combineVectorShuffle()
15598 if (!IsLittleEndian && SToVRHS.getValueType().getScalarSizeInBits() >= 64) in combineVectorShuffle()
15602 SToVRHS = getSToVPermuted(SToVRHS, DAG, Subtarget); in combineVectorShuffle()
15603 if (SToVRHS.getValueType() != RHS.getValueType()) in combineVectorShuffle()
15604 SToVRHS = DAG.getBitcast(RHS.getValueType(), SToVRHS); in combineVectorShuffle()
15605 RHS = SToVRHS; in combineVectorShuffle()