Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1817 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2586 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG
2641 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
H A DDAGCombiner.cpp21733 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()
21734 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()