Lines Matching defs:SingleOpTy
1690 auto *SingleOpTy = FixedVectorType::get(BaseTp->getElementType(),
1723 [this, SingleOpTy, CostKind, &PrevSrcReg, &PrevRegMask,
1730 Cost += getShuffleCost(TTI::SK_PermuteSingleSrc, SingleOpTy,
1745 [this, SingleOpTy, CostKind, &Cost](ArrayRef<int> RegMask,
1748 Cost += getShuffleCost(TTI::SK_PermuteTwoSrc, SingleOpTy, RegMask,
1755 return NumOfShuffles * getShuffleCost(TTI::SK_PermuteTwoSrc, SingleOpTy,
5257 auto *SingleOpTy = FixedVectorType::get(ValVTy->getElementType(),
5259 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind);
5327 auto *SingleOpTy = FixedVectorType::get(ValVTy->getElementType(),
5329 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind);