Searched refs:BundleWidth (Results 1 – 1 of 1) sorted by relevance
1782 unsigned BundleWidth = VectorizableTree.front().Scalars.size(); in getSpillCost() local1826 V.push_back(VectorType::get(II->getType(), BundleWidth)); in getSpillCost()1852 unsigned BundleWidth = VectorizableTree[0].Scalars.size(); in getTreeCost() local1877 auto *VecTy = VectorType::get(EU.Scalar->getType(), BundleWidth); in getTreeCost()1881 VecTy = VectorType::get(MinTy, BundleWidth); in getTreeCost()2608 auto BundleWidth = VectorizableTree[0].Scalars.size(); in vectorizeTree() local2610 auto *VecTy = VectorType::get(MinTy, BundleWidth); in vectorizeTree()