Lines Matching refs:SubTy
1594 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() local
1599 CostKind, ExtractIndex, SubTy); in getShuffleCost()
4607 auto *SubTy = cast<VectorType>(Val); in getVectorInstrCost() local
4610 SubTy = FixedVectorType::get(ScalarType, SubNumElts); in getVectorInstrCost()
4611 ShuffleCost = getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, std::nullopt, in getVectorInstrCost()
4612 CostKind, 0, SubTy); in getVectorInstrCost()
5378 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getArithmeticReductionCost() local
5381 NumVecElts, SubTy); in getArithmeticReductionCost()
5382 Ty = SubTy; in getArithmeticReductionCost()
5561 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getMinMaxReductionCost() local
5563 CostKind, NumVecElts, SubTy); in getMinMaxReductionCost()
5564 Ty = SubTy; in getMinMaxReductionCost()