Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h721 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1198 SmallVector<Type *, 4> ScalarTys; variable
1207 ScalarTys.push_back(Ty);
1213 ConcreteTTI->getIntrinsicInstrCost(IID, ScalarRetTy, ScalarTys, FMF);
1522 SmallVector<Type *, 4> ScalarTys; variable
1527 ScalarTys.push_back(Ty);
1530 IID, RetTy->getScalarType(), ScalarTys, FMF);
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1391 SmallVector<Type *, 4> ScalarTys; in getTypeBasedIntrinsicInstrCost() local
1401 ScalarTys.push_back(Ty); in getTypeBasedIntrinsicInstrCost()
1406 IntrinsicCostAttributes ScalarAttrs(IID, ScalarRetTy, ScalarTys, FMF); in getTypeBasedIntrinsicInstrCost()
1790 SmallVector<Type *, 4> ScalarTys; in getTypeBasedIntrinsicInstrCost() local
1795 ScalarTys.push_back(Ty); in getTypeBasedIntrinsicInstrCost()
1797 IntrinsicCostAttributes Attrs(IID, RetTy->getScalarType(), ScalarTys, FMF); in getTypeBasedIntrinsicInstrCost()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3280 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()
DSLPVectorizer.cpp1703 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3263 SmallVector<Type *, 4> Tys, ScalarTys; in getVectorCallCost() local
3265 ScalarTys.push_back(ArgOp->getType()); in getVectorCallCost()
3271 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
3277 for (Type *ScalarTy : ScalarTys) in getVectorCallCost()
DSLPVectorizer.cpp3515 SmallVector<Type *, 4> ScalarTys; in getEntryCost() local
3517 ScalarTys.push_back(CI->getArgOperand(op)->getType()); in getEntryCost()
3524 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys, FMF); in getEntryCost()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3682 SmallVector<Type *, 4> Tys, ScalarTys; in getVectorCallCost() local
3684 ScalarTys.push_back(ArgOp->getType()); in getVectorCallCost()
3690 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, in getVectorCallCost()
3697 for (Type *ScalarTy : ScalarTys) in getVectorCallCost()