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