Searched refs:ScalarTys (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h721 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 DSLPVectorizer.cpp1703 SmallVector<Type*, 4> ScalarTys, VecTys; local
1705 ScalarTys.push_back(CI->getArgOperand(op)->getType());
1715 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys, FMF);
H A DLoopVectorize.cpp3280 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 77 milliseconds