Searched refs:getSplatSourceVector (Results 1 – 4 of 4) sorted by relevance
2333 LLVM_ABI SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
3191 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG3245 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
28140 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()28141 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()28199 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in SimplifyVCastOp()
30380 if (SDValue BaseShAmt = DAG.getSplatSourceVector(Amt, BaseShAmtIdx)) { in LowerShiftByScalarVariable()31268 if (SDValue ScalarAmt = DAG.getSplatSourceVector(AmtMod, ScalarAmtIdx)) { in LowerFunnelShift()31491 if (SDValue BaseRotAmt = DAG.getSplatSourceVector(AmtMod, BaseRotAmtIdx)) { in LowerRotate()