Home
last modified time | relevance | path

Searched refs:visitAddRecExpr (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp42 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr);
47 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() function in NormalizeDenormalizeRewriter
DScalarEvolutionDivision.cpp131 void SCEVDivision::visitAddRecExpr(const SCEVAddRecExpr *Numerator) { in visitAddRecExpr() function in SCEVDivision
DScalarEvolution.cpp4223 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon83ba15151011::SCEVInitRewriter
4264 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon83ba15151011::SCEVPostIncRewriter
4381 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon83ba15151011::SCEVShiftRewriter
13212 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { return Expr; } in visitAddRecExpr() function in SCEVLoopGuardRewriter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp42 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr);
47 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() function in NormalizeDenormalizeRewriter
DScalarEvolutionExpander.cpp1485 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
DScalarEvolution.cpp979 void visitAddRecExpr(const SCEVAddRecExpr *Numerator) { in visitAddRecExpr() function
4263 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon09aee4890d11::SCEVInitRewriter
4304 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon09aee4890d11::SCEVPostIncRewriter
4421 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon09aee4890d11::SCEVShiftRewriter
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionDivision.h50 void visitAddRecExpr(const SCEVAddRecExpr *Numerator);
DScalarEvolutionExpressions.h588 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit()
788 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
892 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
/external/llvm/test/Analysis/Delinearization/
Dtype_mismatch.ll5 ; with operands of different types. In this case, the visitAddRecExpr
/external/llvm-project/llvm/test/Analysis/Delinearization/
Dtype_mismatch.ll6 ; with operands of different types. In this case, the visitAddRecExpr
/external/llvm-project/polly/include/polly/Support/
DSCEVAffinator.h109 PWACtx visitAddRecExpr(const llvm::SCEVAddRecExpr *E);
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h457 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit()
586 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
665 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
DScalarEvolutionExpander.h341 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h530 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit()
724 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
833 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
DScalarEvolutionExpander.h378 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h463 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
/external/llvm-project/polly/lib/Support/
DSCEVAffinator.cpp397 PWACtx SCEVAffinator::visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in SCEVAffinator
DScopHelper.cpp398 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *E) { in visitAddRecExpr() function
DSCEVValidator.cpp231 class ValidatorResult visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp840 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon44484aab0111::LoopFuser::AddRecLoopReplacer
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1021 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon6de1ce370111::LoopFuser::AddRecLoopReplacer
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1398 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
DScalarEvolution.cpp784 void visitAddRecExpr(const SCEVAddRecExpr *Numerator) { in visitAddRecExpr() function
3706 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anone06043a70811::SCEVInitRewriter
3740 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anone06043a70811::SCEVShiftRewriter
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1517 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1410 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *E) { in visitAddRecExpr() function