Searched refs:getSplatSourceVector (Results 1 – 4 of 4) sorted by relevance
2182 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
2902 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG2956 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
26634 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()26635 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()26680 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in SimplifyVCastOp()
29052 if (SDValue BaseShAmt = DAG.getSplatSourceVector(Amt, BaseShAmtIdx)) { in LowerShiftByScalarVariable()29726 if (SDValue ScalarAmt = DAG.getSplatSourceVector(AmtMod, ScalarAmtIdx)) { in LowerFunnelShift()29940 if (SDValue BaseRotAmt = DAG.getSplatSourceVector(AmtMod, BaseRotAmtIdx)) { in LowerRotate()