Lines Matching refs:ShufTy
3537 FixedVectorType *ShufTy; in getArithmeticReductionCost() local
3539 ShufTy = in getArithmeticReductionCost()
3542 ShufTy = in getArithmeticReductionCost()
3545 getShuffleCost(TTI::SK_PermuteSingleSrc, ShufTy, 0, nullptr); in getArithmeticReductionCost()
3548 FixedVectorType *ShufTy; in getArithmeticReductionCost() local
3550 ShufTy = in getArithmeticReductionCost()
3553 ShufTy = in getArithmeticReductionCost()
3556 getShuffleCost(TTI::SK_PermuteSingleSrc, ShufTy, 0, nullptr); in getArithmeticReductionCost()
3841 VectorType *ShufTy; in getMinMaxReductionCost() local
3843 ShufTy = in getMinMaxReductionCost()
3846 ShufTy = FixedVectorType::get(Type::getInt64Ty(ValTy->getContext()), 2); in getMinMaxReductionCost()
3848 getShuffleCost(TTI::SK_PermuteSingleSrc, ShufTy, 0, nullptr); in getMinMaxReductionCost()
3851 FixedVectorType *ShufTy; in getMinMaxReductionCost() local
3853 ShufTy = FixedVectorType::get(Type::getFloatTy(ValTy->getContext()), 4); in getMinMaxReductionCost()
3855 ShufTy = FixedVectorType::get(Type::getInt32Ty(ValTy->getContext()), 4); in getMinMaxReductionCost()
3857 getShuffleCost(TTI::SK_PermuteSingleSrc, ShufTy, 0, nullptr); in getMinMaxReductionCost()