Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp241 static Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function
3293 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()
3295 Tys.push_back(ToVectorTy(ScalarTy, VF)); in getVectorCallCost()
3330 Type *RetTy = ToVectorTy(CI->getType(), VF); in getVectorIntrinsicCost()
3333 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in getVectorIntrinsicCost()
4220 Type *RetTy = ToVectorTy(CI->getType(), VF); in vectorizeBlockInLoop()
4223 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in vectorizeBlockInLoop()
5819 VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost()
5914 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
5922 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
[all …]