Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp969 static Type* ToVectorTy(Type *Scalar, unsigned VF);
5949 Type *VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost()
6031 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
6040 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
6063 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getInstructionCost()
6110 Type *SrcVecTy = ToVectorTy(I->getOperand(0)->getType(), VF); in getInstructionCost()
6117 Type *RetTy = ToVectorTy(CI->getType(), VF); in getInstructionCost()
6120 Tys.push_back(ToVectorTy(CI->getArgOperand(i)->getType(), VF)); in getInstructionCost()
6148 Type* LoopVectorizationCostModel::ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function in LoopVectorizationCostModel