Home
last modified time | relevance | path

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

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