Lines Matching refs:getVectorShuffle
2666 return DAG.getVectorShuffle(VT, SDLoc(N), NewNode, ShOp, in SimplifyBinOpWithSameOpcodeHands()
2687 return DAG.getVectorShuffle(VT, SDLoc(N), ShOp, NewNode, in SimplifyBinOpWithSameOpcodeHands()
3538 return DAG.getVectorShuffle(VT, SDLoc(N), N0->getOperand(0), in visitOR()
3541 return DAG.getVectorShuffle(VT, SDLoc(N), N1->getOperand(0), in visitOR()
11503 return DAG.getVectorShuffle(VT, dl, Ops[0], Ops[1], &Mask[0]); in visitBUILD_VECTOR()
11866 return DAG.getVectorShuffle(VT, SDLoc(SVN), S0, S1, SVN->getMask()); in simplifyShuffleOperands()
11890 N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0), N0.getOperand(1), in partitionShuffleOfConcats()
11956 return DAG.getVectorShuffle(VT, SDLoc(N), N0, DAG.getUNDEF(VT), in visitVECTOR_SHUFFLE()
11973 return DAG.getVectorShuffle(VT, SDLoc(N), N1, DAG.getUNDEF(VT), in visitVECTOR_SHUFFLE()
11990 return DAG.getVectorShuffle(VT, SDLoc(N), N0, N1, &NewMask[0]); in visitVECTOR_SHUFFLE()
12169 DAG.getVectorShuffle(ScaleVT, SDLoc(N), SV0, SV1, NewMask)); in visitVECTOR_SHUFFLE()
12298 return DAG.getVectorShuffle(VT, SDLoc(N), SV0, SV1, &Mask[0]); in visitVECTOR_SHUFFLE()
12324 return DAG.getVectorShuffle(VT, SDLoc(N), InVec, DAG.getUNDEF(VT), in visitSCALAR_TO_VECTOR()
12418 SDValue Shuf = DAG.getVectorShuffle(RVT, dl, LHS, Zero, &Indices[0]); in XformToShuffleWithZero()
12504 return DAG.getVectorShuffle(VT, SDLoc(N), NewBinOp, UndefVector, in SimplifyVBinOp()