Searched refs:ChopOp (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 1785 FxpOp ChopOp = Op; in processFxpMul() local 1786 ChopOp.ResTy = VectorType::get(Op.ResTy->getElementType(), ChopLen, false); in processFxpMul() 1789 ChopOp.X.Val = HVC.subvector(Builder, X, V * ChopLen, ChopLen); in processFxpMul() 1790 ChopOp.Y.Val = HVC.subvector(Builder, Y, V * ChopLen, ChopLen); in processFxpMul() 1791 Results.push_back(processFxpMulChopped(Builder, In, ChopOp)); in processFxpMul()
|