Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1782 unsigned ChopLen = (8 * HVC.HST.getVectorLength()) / std::min(Width, 32u); in processFxpMul() local
1786 ChopOp.ResTy = VectorType::get(Op.ResTy->getElementType(), ChopLen, false); in processFxpMul()
1788 for (unsigned V = 0; V != VecLen / ChopLen; ++V) { 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()