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