/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 42 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr); 47 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() function in NormalizeDenormalizeRewriter
|
D | ScalarEvolutionDivision.cpp | 131 void SCEVDivision::visitAddRecExpr(const SCEVAddRecExpr *Numerator) { in visitAddRecExpr() function in SCEVDivision
|
D | ScalarEvolution.cpp | 4223 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/ |
D | ScalarEvolutionNormalization.cpp | 42 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr); 47 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() function in NormalizeDenormalizeRewriter
|
D | ScalarEvolutionExpander.cpp | 1485 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
|
D | ScalarEvolution.cpp | 979 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/ |
D | ScalarEvolutionDivision.h | 50 void visitAddRecExpr(const SCEVAddRecExpr *Numerator);
|
D | ScalarEvolutionExpressions.h | 588 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/ |
D | type_mismatch.ll | 5 ; with operands of different types. In this case, the visitAddRecExpr
|
/external/llvm-project/llvm/test/Analysis/Delinearization/ |
D | type_mismatch.ll | 6 ; with operands of different types. In this case, the visitAddRecExpr
|
/external/llvm-project/polly/include/polly/Support/ |
D | SCEVAffinator.h | 109 PWACtx visitAddRecExpr(const llvm::SCEVAddRecExpr *E);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 457 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
|
D | ScalarEvolutionExpander.h | 341 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 530 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
|
D | ScalarEvolutionExpander.h | 378 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 463 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
|
/external/llvm-project/polly/lib/Support/ |
D | SCEVAffinator.cpp | 397 PWACtx SCEVAffinator::visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in SCEVAffinator
|
D | ScopHelper.cpp | 398 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *E) { in visitAddRecExpr() function
|
D | SCEVValidator.cpp | 231 class ValidatorResult visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 840 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon44484aab0111::LoopFuser::AddRecLoopReplacer
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 1021 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon6de1ce370111::LoopFuser::AddRecLoopReplacer
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1398 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
|
D | ScalarEvolution.cpp | 784 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/ |
D | ScalarEvolutionExpander.cpp | 1517 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 1410 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *E) { in visitAddRecExpr() function
|