/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
D | PrefixReferenceScanner.java | 284 visitConstant(bsmArg); in visitInvokeDynamicInsn() 290 visitConstant(cst); in visitLdcInsn() 293 private void visitConstant(Object cst) { in visitConstant() method in PrefixReferenceScanner.PrefixReferenceMethodVisitor
|
/external/llvm-project/mlir/lib/Dialect/SDBM/ |
D | SDBMExpr.cpp | 175 visitConstant(expr.getStripeFactor()); in print() 186 void visitConstant(SDBMConstantExpr expr) { prn << expr.getValue(); } in print() function 209 SDBMExpr visitConstant(SDBMConstantExpr expr) { in visitConstant() function 223 auto cst = visitConstant(sum.getRHS()).cast<SDBMConstantExpr>(); in visitDiff() 292 AffineExpr visitConstant(SDBMConstantExpr expr) { in getAsAffineExpr() function
|
D | SDBM.cpp | 142 SDBMBuilderResult visitConstant(SDBMConstantExpr expr) { in visitConstant() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionDivision.h | 48 void visitConstant(const SCEVConstant *Numerator);
|
D | ScalarEvolutionExpressions.h | 572 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit() 729 const SCEV *visitConstant(const SCEVConstant *Constant) { in visitConstant() function
|
/external/llvm-project/polly/include/polly/Support/ |
D | SCEVAffinator.h | 101 PWACtx visitConstant(const llvm::SCEVConstant *E);
|
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/ |
D | SDBMExpr.h | 371 return derived->visitConstant(expr.cast<SDBMConstantExpr>()); in visit() 393 void visitConstant(SDBMConstantExpr) {} in visitConstant() function
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolutionDivision.cpp | 110 void SCEVDivision::visitConstant(const SCEVConstant *Numerator) { in visitConstant() function in SCEVDivision
|
D | ScalarEvolution.cpp | 12511 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify() function
|
/external/llvm-project/polly/lib/Support/ |
D | SCEVAffinator.cpp | 232 PWAC = combine(PWAC, visitConstant(Factor), isl_pw_aff_mul); in visit() 247 PWACtx SCEVAffinator::visitConstant(const SCEVConstant *Expr) { in visitConstant() function in SCEVAffinator
|
D | ScopHelper.cpp | 343 const SCEV *visitConstant(const SCEVConstant *E) { return E; } in visitConstant() function
|
D | SCEVValidator.cpp | 145 class ValidatorResult visitConstant(const SCEVConstant *Constant) { in visitConstant() function
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 443 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit() 548 const SCEV *visitConstant(const SCEVConstant *Constant) { in visitConstant() function
|
D | ScalarEvolutionExpander.h | 325 Value *visitConstant(const SCEVConstant *S) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 362 Value *visitConstant(const SCEVConstant *S) {
|
D | ScalarEvolutionExpressions.h | 516 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit() 672 const SCEV *visitConstant(const SCEVConstant *Constant) { in visitConstant() function
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 447 Value *visitConstant(const SCEVConstant *S) { return S->getValue(); }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 958 void visitConstant(const SCEVConstant *Numerator) { in visitConstant() function 11992 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify() function
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 763 void visitConstant(const SCEVConstant *Numerator) { in visitConstant() function
|