Searched refs:ScalarTys (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 597 SmallVector<Type *, 4> ScalarTys; in getIntrinsicInstrCost() local 605 ScalarTys.push_back(Ty); in getIntrinsicInstrCost() 611 IID, ScalarRetTy, ScalarTys); in getIntrinsicInstrCost() 725 SmallVector<Type *, 4> ScalarTys; in getIntrinsicInstrCost() local 730 ScalarTys.push_back(Ty); in getIntrinsicInstrCost() 733 IID, RetTy->getScalarType(), ScalarTys); in getIntrinsicInstrCost()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3087 SmallVector<Type *, 4> Tys, ScalarTys; in getVectorCallCost() local 3089 ScalarTys.push_back(ArgOp->getType()); in getVectorCallCost() 3095 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3101 for (unsigned i = 0, ie = ScalarTys.size(); i != ie; ++i) in getVectorCallCost() 3102 Tys.push_back(ToVectorTy(ScalarTys[i], VF)); in getVectorCallCost()
|
D | SLPVectorizer.cpp | 1637 SmallVector<Type*, 4> ScalarTys, VecTys; in getEntryCost() local 1639 ScalarTys.push_back(CI->getArgOperand(op)->getType()); in getEntryCost() 1645 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys); in getEntryCost()
|