Searched refs:getSplatSourceVector (Results 1 – 4 of 4) sorted by relevance
2126 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
2786 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG2840 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
24922 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()24923 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()24970 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in SimplifyVCastOp()
30388 if (SDValue BaseShAmt = DAG.getSplatSourceVector(Amt, BaseShAmtIdx)) { in LowerShiftByScalarVariable()31051 if (SDValue ScalarAmt = DAG.getSplatSourceVector(AmtMod, ScalarAmtIdx)) { in LowerFunnelShift()31253 if (SDValue BaseRotAmt = DAG.getSplatSourceVector(AmtMod, BaseRotAmtIdx)) { in LowerRotate()