Searched refs:ScalarTys (Results 1 – 6 of 6) sorted by relevance
/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-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 991 SmallVector<Type *, 4> ScalarTys; variable 1000 ScalarTys.push_back(Ty); 1006 IID, ScalarRetTy, ScalarTys, FMF); 1183 SmallVector<Type *, 4> ScalarTys; variable 1188 ScalarTys.push_back(Ty); 1191 IID, RetTy->getScalarType(), ScalarTys, FMF);
|
/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-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3136 SmallVector<Type *, 4> Tys, ScalarTys; in getVectorCallCost() local 3138 ScalarTys.push_back(ArgOp->getType()); in getVectorCallCost() 3144 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3150 for (Type *ScalarTy : ScalarTys) in getVectorCallCost()
|
D | SLPVectorizer.cpp | 2343 SmallVector<Type *, 4> ScalarTys; in getEntryCost() local 2345 ScalarTys.push_back(CI->getArgOperand(op)->getType()); in getEntryCost() 2352 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys, FMF); in getEntryCost()
|