Searched refs:ToVectorTy (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 265 static Type* ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function 3100 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost() 3102 Tys.push_back(ToVectorTy(ScalarTys[i], VF)); in getVectorCallCost() 3137 Type *RetTy = ToVectorTy(CI->getType(), VF); in getVectorIntrinsicCost() 3140 Tys.push_back(ToVectorTy(CI->getArgOperand(i)->getType(), VF)); in getVectorIntrinsicCost() 3886 Type *RetTy = ToVectorTy(CI->getType(), VF); in vectorizeBlockInLoop() 3889 Tys.push_back(ToVectorTy(CI->getArgOperand(i)->getType(), VF)); in vectorizeBlockInLoop() 5333 Type *VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost() 5420 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost() 5429 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost() [all …]
|