Home
last modified time | relevance | path

Searched refs:getSplatSourceVector (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp371 EXPECT_EQ(DAG->getSplatSourceVector(Op, SplatIdx), Op); in TEST_F()
389 EXPECT_EQ(DAG->getSplatSourceVector(Op, SplatIdx), Op); in TEST_F()
404 EXPECT_EQ(DAG->getSplatSourceVector(Op, SplatIdx), Op); in TEST_F()
422 EXPECT_EQ(DAG->getSplatSourceVector(Op, SplatIdx), Op); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2031 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2742 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG
2797 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
H A DDAGCombiner.cpp23504 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()
23505 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29792 if (SDValue BaseShAmt = DAG.getSplatSourceVector(Amt, BaseShAmtIdx)) { in LowerShiftByScalarVariable()
30455 if (SDValue ScalarAmt = DAG.getSplatSourceVector(AmtMod, ScalarAmtIdx)) { in LowerFunnelShift()
30657 if (SDValue BaseRotAmt = DAG.getSplatSourceVector(AmtMod, BaseRotAmtIdx)) { in LowerRotate()