/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 381 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/ |
D | LoopVectorizationLegality.cpp | 391 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/ |
D | LoopCacheAnalysis.cpp | 287 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost()
|
D | ScalarEvolution.cpp | 3801 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/ |
D | LoopCacheAnalysis.cpp | 296 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost()
|
D | ScalarEvolution.cpp | 3761 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/ |
D | IndVarSimplify.cpp | 1518 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits() 1705 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
D | LoopPredication.cpp | 1160 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 1166 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
D | IndVarSimplify.cpp | 2774 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/ |
D | ScalarEvolution.h | 497 Type *getWiderType(Type *Ty1, Type *Ty2) const;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 499 Type *getWiderType(Type *Ty1, Type *Ty2) const;
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4508 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function 4546 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
|