Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1844 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2584 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG
2639 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
H A DDAGCombiner.cpp21968 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()
21969 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()