Searched refs:BundleWidth (Results 1 – 1 of 1) sorted by relevance
2466 unsigned BundleWidth = VectorizableTree.front().Scalars.size(); in getSpillCost() local2513 V.push_back(VectorType::get(II->getType(), BundleWidth)); in getSpillCost()2531 unsigned BundleWidth = VectorizableTree[0].Scalars.size(); in getTreeCost() local2578 auto *VecTy = VectorType::get(EU.Scalar->getType(), BundleWidth); in getTreeCost()2584 VecTy = VectorType::get(MinTy, BundleWidth); in getTreeCost()3591 auto BundleWidth = VectorizableTree[0].Scalars.size(); in vectorizeTree() local3593 auto *VecTy = VectorType::get(MinTy, BundleWidth); in vectorizeTree()