Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1947 SmallVector<Type *, 4> ScalarTys; in getTypeBasedIntrinsicInstrCost() local
1957 ScalarTys.push_back(Ty); in getTypeBasedIntrinsicInstrCost()
1962 IntrinsicCostAttributes ScalarAttrs(IID, ScalarRetTy, ScalarTys, FMF); in getTypeBasedIntrinsicInstrCost()
2387 SmallVector<Type *, 4> ScalarTys; in getTypeBasedIntrinsicInstrCost() local
2391 ScalarTys.push_back(Ty); in getTypeBasedIntrinsicInstrCost()
2393 IntrinsicCostAttributes Attrs(IID, RetTy->getScalarType(), ScalarTys, FMF); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6177 SmallVector<Type *, 4> Tys, ScalarTys; in setVectorizedCallDecision() local
6180 ScalarTys.push_back(ArgOp->getType()); in setVectorizedCallDecision()
6184 for (Type *ScalarTy : ScalarTys) in setVectorizedCallDecision()
6202 TTI.getCallInstrCost(ScalarFunc, ScalarRetTy, ScalarTys, CostKind); in setVectorizedCallDecision()