| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AffineExprVisitor.h | 82 return static_cast<SubClass *>(this)->visitAddExpr(binOpExpr); in walkPostOrder() 123 return static_cast<SubClass *>(this)->visitAddExpr(binOpExpr); in visit() 165 RetTy visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() function 279 void visitAddExpr(AffineBinaryOpExpr expr);
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionDivision.h | 53 void visitAddExpr(const SCEVAddExpr *Numerator);
|
| H A D | ScalarEvolutionExpressions.h | 628 return ((SC *)this)->visitAddExpr((const SCEVAddExpr *)S); in visit() 810 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | SCEVAffinator.h | 106 PWACtx visitAddExpr(const llvm::SCEVAddExpr *E);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionDivision.cpp | 146 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision
|
| H A D | ScalarEvolution.cpp | 1158 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in getLosslessPtrToIntExpr() function in ScalarEvolution::getLosslessPtrToIntExpr::SCEVPtrToIntSinkingRewriter 3983 RetVal visitAddExpr(const SCEVAddExpr *Expr) { return Expr; } in visitAddExpr() function in __anonccfa80ce1011::SCEVSequentialMinMaxDeduplicatingVisitor
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 461 Value *visitAddExpr(const SCEVAddExpr *S);
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | SCEVAffinator.cpp | 373 PWACtx SCEVAffinator::visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function in SCEVAffinator
|
| H A D | ScopHelper.cpp | 358 const SCEV *visitAddExpr(const SCEVAddExpr *E) { in visitAddExpr() function
|
| H A D | SCEVValidator.cpp | 168 ValidatorResult visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function in SCEVValidator
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | AffineExpr.cpp | 1138 void SimpleAffineExprFlattener::visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() function in SimpleAffineExprFlattener
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | Utils.cpp | 57 Value visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() function in __anon155c4f870111::AffineApplyExpander
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 745 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
|