/external/mesa3d/src/glsl/ |
D | test_optpass.cpp | 57 do_optimization(struct exec_list *ir, const char *optimization) in do_optimization() argument 65 if (sscanf(optimization, "do_common_optimization ( %d , %d ) ", in do_optimization() 68 } else if (strcmp(optimization, "do_algebraic") == 0) { in do_optimization() 70 } else if (strcmp(optimization, "do_constant_folding") == 0) { in do_optimization() 72 } else if (strcmp(optimization, "do_constant_variable") == 0) { in do_optimization() 74 } else if (strcmp(optimization, "do_constant_variable_unlinked") == 0) { in do_optimization() 76 } else if (strcmp(optimization, "do_copy_propagation") == 0) { in do_optimization() 78 } else if (strcmp(optimization, "do_copy_propagation_elements") == 0) { in do_optimization() 80 } else if (strcmp(optimization, "do_constant_propagation") == 0) { in do_optimization() 82 } else if (strcmp(optimization, "do_dead_code") == 0) { in do_optimization() [all …]
|
D | README | 30 6) The driver may perform additional optimization at this point, as 60 and perform optimization on that. As a result, there's no single 150 Once again, it appears that our optimization requirements are driven 195 project is used, so that things like optimization passes don't have to 211 the moment, optimization passes aren't passed that temporary context, 214 result of the first talloc_parent(). Cleaning up all the optimization 224 - Files that implement optimization passes should be named opt_*.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | test_optpass.cpp | 57 do_optimization(struct exec_list *ir, const char *optimization) in do_optimization() argument 65 if (sscanf(optimization, "do_common_optimization ( %d , %d ) ", in do_optimization() 68 } else if (strcmp(optimization, "do_algebraic") == 0) { in do_optimization() 70 } else if (strcmp(optimization, "do_constant_folding") == 0) { in do_optimization() 72 } else if (strcmp(optimization, "do_constant_variable") == 0) { in do_optimization() 74 } else if (strcmp(optimization, "do_constant_variable_unlinked") == 0) { in do_optimization() 76 } else if (strcmp(optimization, "do_copy_propagation") == 0) { in do_optimization() 78 } else if (strcmp(optimization, "do_copy_propagation_elements") == 0) { in do_optimization() 80 } else if (strcmp(optimization, "do_constant_propagation") == 0) { in do_optimization() 82 } else if (strcmp(optimization, "do_dead_code") == 0) { in do_optimization() [all …]
|
D | README | 30 6) The driver may perform additional optimization at this point, as 60 and perform optimization on that. As a result, there's no single 150 Once again, it appears that our optimization requirements are driven 195 project is used, so that things like optimization passes don't have to 211 the moment, optimization passes aren't passed that temporary context, 214 result of the first talloc_parent(). Cleaning up all the optimization 224 - Files that implement optimization passes should be named opt_*.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | insert4.test | 12 # focus of this file is testing the INSERT transfer optimization. 25 # insert transfer optimization applies. 65 # Tests to make sure that the transfer optimization is not occurring 66 # when it is not a valid optimization. 86 # Do not run the transfer optimization if there is a LIMIT clause 107 # Do not run the transfer optimization if there is a DISTINCT 127 # transfer is successful and that the transfer optimization was used or 133 # argument is true if the transfer optimization should be employed and 159 # Do run the transfer optimization if tables have identical 169 # Do run the transfer optimization if the destination table lacks [all …]
|
D | like.test | 166 # Perform tests on the like optimization. 168 # With no index on t1.x and with case sensitivity turned off, no optimization 197 # The LIKE optimization still works when the RHS is a string with no 222 # Partial optimization when the pattern does not end in '%' 252 # No optimization when the pattern begins with a wildcard. 265 # No optimization for case insensitive LIKE 278 # No optimization without an index. 292 # No GLOB optimization without an index. 337 # GLOB optimization when there is no wildcard. Ticket [e090183531fc2747] 357 # No optimization if the LHS of the LIKE is not a column name or [all …]
|
D | auth3.test | 12 # Test that the truncate optimization is disabled if the SQLITE_DELETE 83 # disable the truncate optimization.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-20-.NET-Differences.txt | 10 little lowering or optimization). Also, the templates implementation in CLR 15 analysis and optimization. 22 that this limited the link-time interprocedural optimization to modules 25 don't do anything for runtime optimization).
|
D | 2001-06-01-GCCOptimizations2.txt | 8 > optimization is severely time-constrained. 42 > optimization (step 16 in your list). Do you have a breakdown of that? 46 optimization" happens right along with other data optimizations (ie, CSE 61 9. Jump optimization 64 12. Instruction selection & peephole optimization
|
D | 2001-09-18-OptimizeExceptions.txt | 4 Subject: Idea for a simple, useful link time optimization 34 Additionally, this optimization can be implemented in a straight forward 39 I think it's a reasonable optimization that hasn't really been addressed 41 payoffs... without being a overly complex optimization.
|
D | 2000-12-06-MeetingSummary.txt | 28 information for one optimization. Alias analysis itself is typically 30 would not affect the runtime of the optimization in a significant 31 way. Additionally, this would be an unlikely optimization to do at
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-AnInfiniteLoopInDAGCombine.ll | 10 ; As we think the (2) optimization from SIGN_EXTEND to ANY_EXTEND is 11 ; an optimization to replace unused bits with undefined bits, we remove 12 ; the (1) optimization (It doesn't make sense to replace undefined bits
|
/external/chromium_org/build/internal/ |
D | README.chromium | 6 …esults in relatively fast build with reasonable optimization level but without whole program optim… 21 …s release_defaults.vsprops. Enables Profile Guided Optimization (PGO) optimization (second pass). … 24 …timizations. Used with Purify to test without debug tools and without optimization; i.e. NDEBUG is…
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_params.h | 120 void set_optimization(eOptimization optimization) { in set_optimization() argument 121 optimization_ = optimization; in set_optimization() 123 eOptimization optimization() const { in optimization() function
|
/external/chromium_org/third_party/skia/docs/ |
D | quickstart.md | 25 * `ninja -C out/Debug`: no optimization, asserts enabled 26 * `ninja -C out/Release`: optimization, asserts disabled 27 * `ninja -C out/Coverage`: no optimization, asserts enabled, code coverage generated
|
/external/skia/docs/ |
D | quickstart.md | 25 * `ninja -C out/Debug`: no optimization, asserts enabled 26 * `ninja -C out/Release`: optimization, asserts disabled 27 * `ninja -C out/Coverage`: no optimization, asserts enabled, code coverage generated
|
/external/chromium_org/third_party/re2/ |
D | README.chromium | 24 - Memory optimization for filtered trees 25 (patches/re2-memory-optimization.patch)
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
D | n2builder.h | 57 void setOptimization(Optimization opt) { optimization=opt; } in setOptimization() 109 Optimization optimization; variable
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.h | 57 void setOptimization(Optimization opt) { optimization=opt; } in setOptimization() 109 Optimization optimization; variable
|
/external/libpng/projects/vstudio/ |
D | readme.txt | 28 The release configurations default to /Ox optimization. Full debugging 30 optimization may make it difficult to debug. Simply rebuild with a lower 31 optimization level (e.g. /Od.)
|
/external/llvm/docs/ |
D | Lexicon.rst | 50 Common Subexpression Elimination. An optimization that removes common 52 that are the same: ``(a+b)``. This optimization would perform the addition 109 Inter-Procedural Optimization. Refers to any variety of code optimization 166 and other optimization. For example, changing ``(A+B-A)`` into ``(B+A-A)``,
|
/external/ceres-solver/docs/source/ |
D | features.rst | 20 modeling of the optimization problem from solving it. The two can be 24 and error prone part of using an optimization library. Ceres 42 optimization algorithms will suit different needs. To this end, 43 Ceres Solver comes with a variety of optimization algorithms, some
|
/external/clang/lib/CodeGen/ |
D | README.txt | 1 IRgen optimization opportunities. 27 In theory, the same optimization could be a win for block local
|
/external/llvm/test/Transforms/ObjCARC/ |
D | rv.ll | 27 ; better to do the RV optimization. 139 ; Don't apply the RV optimization to autorelease if there's no retain. 148 ; Do not apply the RV optimization. 160 ; Don't do the autoreleaseRV optimization because @use_pointer 175 ; Don't spoil the RV optimization.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | setcc_no_zext.ll | 3 ; FIXME: This optimization has temporarily regressed with crbits enabled by
|