Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAffineExprVisitor.h82 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 DScalarEvolutionDivision.h53 void visitAddExpr(const SCEVAddExpr *Numerator);
H A DScalarEvolutionExpressions.h628 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 DSCEVAffinator.h106 PWACtx visitAddExpr(const llvm::SCEVAddExpr *E);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp146 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision
H A DScalarEvolution.cpp1158 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 DScalarEvolutionExpander.h461 Value *visitAddExpr(const SCEVAddExpr *S);
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp373 PWACtx SCEVAffinator::visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function in SCEVAffinator
H A DScopHelper.cpp358 const SCEV *visitAddExpr(const SCEVAddExpr *E) { in visitAddExpr() function
H A DSCEVValidator.cpp168 ValidatorResult visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function in SCEVValidator
/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineExpr.cpp1138 void SimpleAffineExprFlattener::visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() function in SimpleAffineExprFlattener
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp57 Value visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() function in __anon155c4f870111::AffineApplyExpander
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp745 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander