Lines Matching refs:SubTy
1525 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() local
1530 CostKind, ExtractIndex, SubTy); in getShuffleCost()
4481 auto *SubTy = cast<VectorType>(Val); in getVectorInstrCost() local
4484 SubTy = FixedVectorType::get(ScalarType, SubNumElts); in getVectorInstrCost()
4485 ShuffleCost = getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, std::nullopt, in getVectorInstrCost()
4486 CostKind, 0, SubTy); in getVectorInstrCost()
5247 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getArithmeticReductionCost() local
5250 NumVecElts, SubTy); in getArithmeticReductionCost()
5251 Ty = SubTy; in getArithmeticReductionCost()
5430 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getMinMaxReductionCost() local
5432 CostKind, NumVecElts, SubTy); in getMinMaxReductionCost()
5433 Ty = SubTy; in getMinMaxReductionCost()