Home
last modified time | relevance | path

Searched refs:ToVectorTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp225 static Type* ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function
2683 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()
2685 Tys.push_back(ToVectorTy(ScalarTys[i], VF)); in getVectorCallCost()
2720 Type *RetTy = ToVectorTy(CI->getType(), VF); in getVectorIntrinsicCost()
2723 Tys.push_back(ToVectorTy(CI->getArgOperand(i)->getType(), VF)); in getVectorIntrinsicCost()
3318 Type *RetTy = ToVectorTy(CI->getType(), VF); in vectorizeBlockInLoop()
3321 Tys.push_back(ToVectorTy(CI->getArgOperand(i)->getType(), VF)); in vectorizeBlockInLoop()
5006 Type *VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost()
5088 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
5097 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
[all …]