Lines Matching refs:SubTy
1134 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() local
1138 TTI::SK_ExtractSubvector, VecTy, None, ExtractIndex, SubTy); in getShuffleCost()
3773 auto *SubTy = cast<VectorType>(Val); in getVectorInstrCost() local
3776 SubTy = FixedVectorType::get(ScalarType, SubNumElts); in getVectorInstrCost()
3778 getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, None, 0, SubTy); in getVectorInstrCost()
4487 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getArithmeticReductionCost() local
4489 getShuffleCost(TTI::SK_ExtractSubvector, Ty, None, NumVecElts, SubTy); in getArithmeticReductionCost()
4490 Ty = SubTy; in getArithmeticReductionCost()
4789 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getMinMaxReductionCost() local
4791 getShuffleCost(TTI::SK_ExtractSubvector, Ty, None, NumVecElts, SubTy); in getMinMaxReductionCost()
4792 Ty = SubTy; in getMinMaxReductionCost()