Home
last modified time | relevance | path

Searched refs:ScalarTys (Results 1 – 6 of 6) 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-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h991 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/
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-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3136 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()
DSLPVectorizer.cpp2343 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()