Home
last modified time | relevance | path

Searched refs:SToVRHS (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14890 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()
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()
[all …]