/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1198 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/ |
D | BasicTTIImpl.h | 1391 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/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3263 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()
|
D | SLPVectorizer.cpp | 3515 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/ |
D | LoopVectorize.cpp | 3682 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()
|