Searched refs:getSplatSourceVector (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | AArch64SelectionDAGTest.cpp | 371 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 D | SelectionDAG.h | 2031 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2742 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG 2797 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
|
| H A D | DAGCombiner.cpp | 23504 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 D | X86ISelLowering.cpp | 29792 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()
|