Searched refs:ToVectorTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 273 static Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function 3033 Type *RetTy = ToVectorTy(I->getType(), VF); in getScalarizationOverhead() 3080 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost() 3082 Tys.push_back(ToVectorTy(ScalarTy, VF)); in getVectorCallCost() 4080 Type *RetTy = ToVectorTy(CI->getType(), VF); in widenInstruction() 5470 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getMemInstScalarizationCost() 5507 Type *VectorTy = ToVectorTy(ValTy, VF); in getConsecutiveMemOpCost() 5530 Type *VectorTy = ToVectorTy(ValTy, VF); in getUniformMemOpCost() 5551 Type *VectorTy = ToVectorTy(ValTy, VF); in getGatherScatterCost() 5563 Type *VectorTy = ToVectorTy(ValTy, VF); in getInterleaveGroupCost() [all …]
|