Searched refs:ShufOps (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 401 SmallVector<int, 8> ShufOps; in ExpandINSERT_VECTOR_ELT() local 403 ShufOps.push_back(i != InsertPos->getZExtValue() ? i : NumElts); in ExpandINSERT_VECTOR_ELT() 405 return DAG.getVectorShuffle(Vec.getValueType(), dl, Vec, ScVec, ShufOps); in ExpandINSERT_VECTOR_ELT()
|
H A D | DAGCombiner.cpp | 24157 std::array<SDValue, 2> ShufOps; in combineConcatVectorOfShuffleAndItsOperands() local 24158 for (auto I : zip(SVN->ops(), ShufOps)) { in combineConcatVectorOfShuffleAndItsOperands() 24171 return DAG.getVectorShuffle(VT, dl, ShufOps[0], ShufOps[1], Mask); in combineConcatVectorOfShuffleAndItsOperands()
|