Lines Matching defs:SingleOpTy
1730 auto *SingleOpTy = FixedVectorType::get(BaseTp->getElementType(),
1763 [this, SingleOpTy, CostKind, &PrevSrcReg, &PrevRegMask,
1770 Cost += getShuffleCost(TTI::SK_PermuteSingleSrc, SingleOpTy,
1785 [this, SingleOpTy, CostKind,
1788 Cost += getShuffleCost(TTI::SK_PermuteTwoSrc, SingleOpTy, RegMask,
1795 return NumOfShuffles * getShuffleCost(TTI::SK_PermuteTwoSrc, SingleOpTy,
5555 auto *SingleOpTy = FixedVectorType::get(ValVTy->getElementType(),
5557 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind);
5625 auto *SingleOpTy = FixedVectorType::get(ValVTy->getElementType(),
5627 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind);