Home
last modified time | relevance | path

Searched refs:getWiderType (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp381 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function
512 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp391 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function
526 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp287 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost()
DScalarEvolution.cpp3801 Type *ScalarEvolution::getWiderType(Type *T1, Type *T2) const { in getWiderType() function in ScalarEvolution
4152 MaxType = getWiderType(MaxType, S->getType()); in getUMinFromMismatchedTypes()
10383 auto *WTy = getWiderType(DTy, FRHSTy); in isImpliedViaOperations()
/external/llvm-project/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp296 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost()
DScalarEvolution.cpp3761 Type *ScalarEvolution::getWiderType(Type *T1, Type *T2) const { in getWiderType() function in ScalarEvolution
4109 MaxType = getWiderType(MaxType, S->getType()); in getUMinFromMismatchedTypes()
10841 auto *WTy = getWiderType(DTy, FRHSTy); in isImpliedViaOperations()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1518 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits()
1705 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
DLoopPredication.cpp1160 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp1166 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
DIndVarSimplify.cpp2774 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits()
2962 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h497 Type *getWiderType(Type *Ty1, Type *Ty2) const;
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h499 Type *getWiderType(Type *Ty1, Type *Ty2) const;
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4508 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function
4546 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()