Lines Matching refs:ToVectorTy
1367 Type *SrcTy = ToVectorTy(cast<CastInst>(I)->getSrcTy(), VF); in isOptimizableIVTruncate()
1368 Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF); in isOptimizableIVTruncate()
3438 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()
3440 Tys.push_back(ToVectorTy(ScalarTy, VF)); in getVectorCallCost()
4182 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF.getKnownMinValue())); in widenCallInstruction()
6178 cast<VectorType>(ToVectorTy(I->getType(), VF)), in computePredInstDiscount()
6197 cast<VectorType>(ToVectorTy(J->getType(), VF)), in computePredInstDiscount()
6313 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getMemInstScalarizationCost()
6363 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getConsecutiveMemOpCost()
6393 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getUniformMemOpCost()
6419 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getGatherScatterCost()
6438 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getInterleaveGroupCost()
6721 Type *RetTy = ToVectorTy(I->getType(), VF); in getScalarizationOverhead()
6955 VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost()
7013 Instruction::Select, ToVectorTy(Phi->getType(), VF), in getInstructionCost()
7014 ToVectorTy(Type::getInt1Ty(Phi->getContext()), VF), in getInstructionCost()
7133 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
7150 VectorTy = ToVectorTy(getLoadStoreType(I), Width); in getInstructionCost()
7224 VectorTy->isVectorTy() ? ToVectorTy(SrcScalarTy, VF) : SrcScalarTy; in getInstructionCost()
7235 largestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()
7239 smallestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()