Home
last modified time | relevance | path

Searched refs:optimized (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp186 virtual ProgramData generateProgramData (bool optimized) const = 0;
202 …ProgramData& programData (bool optimized) { return optimized ? m_optimizedData : m_unoptimi… in programData() argument
203 …SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgra… in program() argument
204 …ShaderPerformanceMeasurer::Result& result (bool optimized) { return optimized ? m_optimizedResul… in result() argument
226 const bool optimized = ndx == 1; in init() local
228 programData(optimized) = generateProgramData(optimized); in init()
230 for (int i = 0; i < (int)programData(optimized).attributes.size(); i++) in init()
231 …DE_ASSERT(programData(optimized).attributes[i].name != "a_position"); // \note Position attribute … in init()
233 …program(optimized) = SharedPtr<const ShaderProgram>(new ShaderProgram(renderCtx, programData(optim… in init()
236 const tcu::ScopedLogSection section(log, optimized ? "OptimizedProgram" : "UnoptimizedProgram", in init()
[all …]
/external/deqp/modules/gles3/performance/
Des3pShaderOptimizationTests.cpp189 virtual ProgramData generateProgramData (bool optimized) const = 0;
205 …ProgramData& programData (bool optimized) { return optimized ? m_optimizedData : m_unoptimi… in programData() argument
206 …SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgra… in program() argument
207 …ShaderPerformanceMeasurer::Result& result (bool optimized) { return optimized ? m_optimizedResul… in result() argument
229 const bool optimized = ndx == 1; in init() local
231 programData(optimized) = generateProgramData(optimized); in init()
233 for (int i = 0; i < (int)programData(optimized).attributes.size(); i++) in init()
234 …DE_ASSERT(programData(optimized).attributes[i].name != "a_position"); // \note Position attribute … in init()
236 …program(optimized) = SharedPtr<const ShaderProgram>(new ShaderProgram(renderCtx, programData(optim… in init()
239 const tcu::ScopedLogSection section(log, optimized ? "OptimizedProgram" : "UnoptimizedProgram", in init()
[all …]
/external/v8/test/mjsunit/regress/
Dregress-1079.js33 function optimized() { function
40 return optimized.arguments;
45 assertEquals(3, optimized(1, 2, 3).length);
47 %OptimizeFunctionOnNextCall(optimized);
48 assertEquals(3, optimized(1, 2, 3).length);
Dregress-2499.js39 var optimized = foo(word, 1); variable
40 assertEquals(expected, optimized)
/external/llvm/test/Transforms/LoopUnroll/
Dfull-unroll-heuristics.ll5 ; 3) -unroll-percent-of-optimized-for-complete-unroll
13 ; it if estimated number of potentially optimized instructions is high (we
20 …-unroll-absolute-threshold=10 -unroll-threshold=10 -unroll-percent-of-optimized-for-complete-unr…
21 …-unroll-absolute-threshold=100 -unroll-threshold=10 -unroll-percent-of-optimized-for-complete-unr…
22 …-unroll-absolute-threshold=100 -unroll-threshold=10 -unroll-percent-of-optimized-for-complete-unr…
23 …-unroll-absolute-threshold=100 -unroll-threshold=100 -unroll-percent-of-optimized-for-complete-unr…
/external/llvm/test/Transforms/InstCombine/
Dudiv-simplify-bug-1.ll6 ; The udiv instructions shouldn't be optimized away, and the
7 ; sext instructions should be optimized to zext.
D2008-07-16-fsub.ll5 ; fsub of self can't be optimized away.
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt87 When we finally generate an optimized trace we first copy the code
89 original code, the instrumented code, and the optimized trace. The
90 optimized trace does not have instrumentation. The original code and
92 cache, where the optimized traces are kept.
98 generating the final optimized trace; we copy the same basic blocks
121 the beginning of the original code to the beginning of the optimized
132 We generate instrumentation traces and optimized traces into separate
/external/llvm/docs/
DPackaging.rst23 LLVM runs much more quickly when it's optimized and assertions are removed.
26 in user code. We recommend allowing users to install both optimized and debug
40 ``--enable-optimized``
DBuildingLLVMWithAutotools.rst30 * ``--enable-optimized`` --- Compile with optimizations enabled (default
38 The ``--enable-optimized`` configure option is used to specify a Release
76 ``--enable-optimized``
78 Enables optimized compilation (debugging symbols are removed and GCC
135 types ``gmake`` (unless the ``--enable-optimized`` option was used during
138 ``--disable-optimized`` option must be passed to ``configure``.
142 These builds are enabled with the ``--enable-optimized`` option to
/external/llvm/test/Transforms/GlobalOpt/
D2009-11-16-MallocSingleStoreToGlobalVar.ll1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
4 ; element global. The global object @TOP in this test should not be optimized.
/external/llvm/utils/valgrind/
Dx86_64-pc-linux-gnu.supp77 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
83 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
/external/proguard/examples/annotations/lib/
Dannotations.pro63 # shrunk, optimized, or obfuscated as entry points.
80 # optimized or obfuscated as entry points.
96 # optimized, or obfuscated as entry points.
/external/llvm/test/Transforms/LoadCombine/
Dload-combine-assume.ll7 ; 'load' before the 'call' gets optimized:
26 ; 'call' before the 'load' doesn't get optimized:
/external/llvm/
Dllvm.spec.in34 --enable-optimized \
62 - Make the build be optimized+assertions
DMakefile224 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
225 $(Echo) '*****' make an optimized build. Alternatively you can
226 $(Echo) '*****' configure with --enable-optimized.
/external/e2fsprogs/tests/e_icount_opt/
Dname1 inode counting abstraction optimized for counting
/external/e2fsprogs/tests/e_icount_normal/
Dname1 inode counting structure optimized for low counts
/external/zlib/src/contrib/masmx86/
Dmatch686.asm1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
/external/protobuf/python/google/protobuf/pyext/
Dpython.proto39 // Protos optimized for SPEED use a strict superset of the generated code
40 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
/external/protobuf/src/google/protobuf/
Dunittest_embed_optimize_for.proto41 // We optimize for speed here, but we are importing a proto that is optimized
47 // one optimized for speed works.
/external/clang/test/CodeGenOpenCL/
DvectorLoadStore.cl5 // Check for optimized vec3 load/store which treats vec3 as vec4.
/external/llvm/test/CodeGen/Thumb/
Dlarge-stack.ll63 ; Here, the adds get optimized out because they are dead, but the calculation
64 ; of the address of stack_a is dead but not optimized out. When the address
/external/libyuv/
DREADME.google9 Specifically libyuv is optimized for SSE2/SSSE3 and Neon and has demonstrated
/external/llvm/test/CodeGen/X86/
D2009-06-15-not-a-tail-call.ll3 ; Bug 4396. This tail call can NOT be optimized.

1234567891011