HomeSort by relevance Sort by last modified time
    Searched refs:optimization (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/glsl/
test_optpass.cpp 27 * Standalone test for optimization passes.
57 do_optimization(struct exec_list *ir, const char *optimization)
65 if (sscanf(optimization, "do_common_optimization ( %d , %d ) ",
68 } else if (strcmp(optimization, "do_algebraic") == 0) {
70 } else if (strcmp(optimization, "do_constant_folding") == 0) {
72 } else if (strcmp(optimization, "do_constant_variable") == 0) {
74 } else if (strcmp(optimization, "do_constant_variable_unlinked") == 0) {
76 } else if (strcmp(optimization, "do_copy_propagation") == 0) {
78 } else if (strcmp(optimization, "do_copy_propagation_elements") == 0) {
80 } else if (strcmp(optimization, "do_constant_propagation") == 0)
149 const char *optimization = optimizations[i]; local
    [all...]
  /external/mesa3d/src/glsl/
test_optpass.cpp 27 * Standalone test for optimization passes.
57 do_optimization(struct exec_list *ir, const char *optimization)
65 if (sscanf(optimization, "do_common_optimization ( %d , %d ) ",
68 } else if (strcmp(optimization, "do_algebraic") == 0) {
70 } else if (strcmp(optimization, "do_constant_folding") == 0) {
72 } else if (strcmp(optimization, "do_constant_variable") == 0) {
74 } else if (strcmp(optimization, "do_constant_variable_unlinked") == 0) {
76 } else if (strcmp(optimization, "do_copy_propagation") == 0) {
78 } else if (strcmp(optimization, "do_copy_propagation_elements") == 0) {
80 } else if (strcmp(optimization, "do_constant_propagation") == 0)
149 const char *optimization = optimizations[i]; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_params.h 120 void set_optimization(eOptimization optimization) {
121 optimization_ = optimization;
123 eOptimization optimization() const { function in class:google::protobuf::compiler::javamicro::Params
  /external/chromium_org/v8/test/mjsunit/compiler/
parallel-proto-change.js 44 // Mark for parallel optimization.
46 // Trigger optimization in the parallel thread.
48 // While parallel recompilation is running, optimization not yet done.
50 // Change the prototype chain during optimization to trigger map invalidation.
52 // Optimization eventually bails out due to map dependency.
  /external/chromium_org/v8/test/mjsunit/
parallel-invalidate-transition-map.js 52 // Trigger optimization in the background thread.
54 // Invalidate transition map while optimization is underway.
56 // Sync with background thread to conclude optimization that bailed out.
parallel-initial-prototype-change.js 46 // Trigger optimization in the background thread
52 // Sync with background thread to conclude optimization, which bails out
count-based-osr.js 34 // Trigger OSR. First check if optimization is disabled.
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 52 enum Optimization {
57 void setOptimization(Optimization opt) { optimization=opt; }
109 Optimization optimization; member in class:Normalizer2DataBuilder
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
nomem64.asm 8 ; test sign optimization cases
  /external/icu4c/tools/gennorm2/
n2builder.h 52 enum Optimization {
57 void setOptimization(Optimization opt) { optimization=opt; }
109 Optimization optimization; member in class:Normalizer2DataBuilder
  /external/llvm/lib/Target/ARM/AsmParser/
Android.mk 37 # Override the default optimization level to work around taking forever (~50m)
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 20 bne .L${opcode}_debugger @ Yes - skip optimization
  /dalvik/vm/mterp/mips/
OP_INVOKE_OBJECT_INIT_RANGE.S 28 bnez a1, .L${opcode}_debugger # Yes - skip optimization
  /dalvik/vm/mterp/x86/
OP_INVOKE_OBJECT_INIT_RANGE.S 22 jnz .L${opcode}_debugger # Yes - skip optimization
  /external/llvm/lib/Transforms/Scalar/
Android.mk 59 # Override the default optimization level to work around a SIGSEGV
  /external/chromium_org/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 40 // Mark for parallel optimization.
42 //Trigger optimization in the background.
regress-prepare-break-while-recompile.js 49 // Mark and trigger parallel optimization.
59 // Install optimized code when parallel optimization finishes.
regress-2054.js 31 var N = 1e5; // Number of iterations that trigger optimization.
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 46 const char *optimization)
48 ALOGD("************ %s ************", optimization);
63 * optimization is scannng in the top-down order and the new instruction
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 46 const char *optimization)
48 LOGD("************ %s ************", optimization);
63 * optimization is scannng in the top-down order and the new instruction
  /external/chromium_org/v8/test/webkit/
dfg-branch-logical-not-peephole-around-osr-exit.js 25 "Tests that our attempts to do peephole Branch(LogicalNot) optimization doesn't break OSR exit's ability to recover the value of LogicalNot."
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
dfg-int-overflow-large-constants-in-a-line.js 25 "Tests that our optimization to elide overflow checks understands that if we keep adding huge numbers, we could end up creating a number that is not precisely representable using doubles."
dfg-intrinsic-unused-this-method-check.js 25 "This tests that doing intrinsic function optimization does not result in this being lost entirely, if method check optimizations succeed."

Completed in 1120 milliseconds

1 2 3 4 5 6