Searched refs:ScalarTys (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 721 SmallVector<Type *, 4> ScalarTys; in getIntrinsicInstrCost() local 729 ScalarTys.push_back(Ty); in getIntrinsicInstrCost() 735 IID, ScalarRetTy, ScalarTys, FMF); in getIntrinsicInstrCost() 875 SmallVector<Type *, 4> ScalarTys; in getIntrinsicInstrCost() local 880 ScalarTys.push_back(Ty); in getIntrinsicInstrCost() 883 IID, RetTy->getScalarType(), ScalarTys, FMF); in getIntrinsicInstrCost()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3280 SmallVector<Type *, 4> Tys, ScalarTys; in getVectorCallCost() local 3282 ScalarTys.push_back(ArgOp->getType()); in getVectorCallCost() 3288 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3294 for (Type *ScalarTy : ScalarTys) in getVectorCallCost()
|
D | SLPVectorizer.cpp | 1703 SmallVector<Type*, 4> ScalarTys, VecTys; in getEntryCost() local 1705 ScalarTys.push_back(CI->getArgOperand(op)->getType()); in getEntryCost() 1715 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys, FMF); in getEntryCost()
|