Searched refs:getSplatSourceVector (Results 1 – 4 of 4) sorted by relevance
2172 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
2943 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG2997 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
27028 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()27029 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()27074 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in SimplifyVCastOp()
29354 if (SDValue BaseShAmt = DAG.getSplatSourceVector(Amt, BaseShAmtIdx)) { in LowerShiftByScalarVariable()30051 if (SDValue ScalarAmt = DAG.getSplatSourceVector(AmtMod, ScalarAmtIdx)) { in LowerFunnelShift()30274 if (SDValue BaseRotAmt = DAG.getSplatSourceVector(AmtMod, BaseRotAmtIdx)) { in LowerRotate()