Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp262 static Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function
1347 Type *SrcTy = ToVectorTy(cast<CastInst>(I)->getSrcTy(), VF); in isOptimizableIVTruncate()
1348 Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF); in isOptimizableIVTruncate()
3106 Type *RetTy = ToVectorTy(I->getType(), VF); in getScalarizationOverhead()
3149 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()
3151 Tys.push_back(ToVectorTy(ScalarTy, VF)); in getVectorCallCost()
4079 Type *RetTy = ToVectorTy(CI->getType(), VF); in widenInstruction()
4082 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in widenInstruction()
5579 ScalarCost += TTI.getScalarizationOverhead(ToVectorTy(I->getType(), VF), in computePredInstDiscount()
5596 ToVectorTy(J->getType(),VF), false, true); in computePredInstDiscount()
[all …]
/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 …]