/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 43 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr); 48 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() function in NormalizeDenormalizeRewriter
|
D | ScalarEvolutionExpander.cpp | 1466 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
|
D | ScalarEvolution.cpp | 942 void visitAddRecExpr(const SCEVAddRecExpr *Numerator) { in visitAddRecExpr() function 4234 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon9f00f4e10b11::SCEVInitRewriter 4275 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon9f00f4e10b11::SCEVPostIncRewriter 4392 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon9f00f4e10b11::SCEVShiftRewriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/Delinearization/ |
D | type_mismatch.ll | 5 ; with operands of different types. In this case, the visitAddRecExpr
|
/external/llvm/test/Analysis/Delinearization/ |
D | type_mismatch.ll | 5 ; with operands of different types. In this case, the visitAddRecExpr
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 464 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit() 652 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function 741 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
|
D | ScalarEvolutionExpander.h | 365 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
|
/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/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 224 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
|
D | ScalarEvolutionExpressions.h | 478 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1157 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
|
/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 __anon4595b1890811::SCEVInitRewriter 3740 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon4595b1890811::SCEVShiftRewriter
|