/external/compiler-rt/make/ |
D | lib_util.mk | 31 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\ 36 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\ 40 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
|
/external/llvm/utils/release/ |
D | test-release.sh | 231 Optimized="yes" 235 Optimized="yes" 239 Optimized="no" 255 --enable-optimized=$Optimized \ 259 --enable-optimized=$Optimized \
|
/external/llvm/include/llvm/CodeGen/ |
D | Passes.h | 203 virtual FunctionPass *createTargetRegisterAllocator(bool Optimized); 283 FunctionPass *createRegAllocPass(bool Optimized);
|
/external/compiler-rt/lib/i386/ |
D | Makefile.mk | 17 Implementation := Optimized
|
/external/compiler-rt/lib/x86_64/ |
D | Makefile.mk | 17 Implementation := Optimized
|
/external/compiler-rt/lib/ppc/ |
D | Makefile.mk | 17 Implementation := Optimized
|
/external/compiler-rt/lib/arm/ |
D | Makefile.mk | 17 Implementation := Optimized
|
/external/compiler-rt/test/Unit/ppc/ |
D | test | 2 if gcc -arch ppc -O0 $FILE ../../../Release/ppc/libcompiler_rt.Optimized.a -mlong-double-128
|
/external/llvm/lib/CodeGen/ |
D | Passes.cpp | 605 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) { in createTargetRegisterAllocator() argument 606 if (Optimized) in createTargetRegisterAllocator() 621 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) { in createRegAllocPass() argument 633 return createTargetRegisterAllocator(Optimized); in createRegAllocPass()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonIntrinsicsDerived.td | 12 // Optimized with intrinisics accumulates
|
/external/v8/ |
D | ChangeLog | 1645 Optimized Math.pow so it can work on unboxed doubles. 2487 Optimized adding of strings on 64-bit platforms. 2505 Optimized handling and adding of strings, for-in and Array.join. 2576 Optimized calls to API getters. 2652 Optimized array construction ported to x64 and ARM architectures. 2671 Optimized array construction; it is now handled purely in native 2685 Optimized generated IA32 math code by using SSE2 instructions when 2698 Optimized creation of objects from simple constructor functions on 2708 Optimized stack guard checks on ARM. 2710 Optimized API operations by inlining more in the API. [all …]
|
/external/compiler-rt/ |
D | Makefile | 178 $(call Set,Tmp.Optimized,$(strip \ 204 $(call SelectFunctionDir,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.Optimized)))\
|
/external/libvorbis/ |
D | CHANGES | 9 * Optimized surround support for 5.1 encoding at 44.1/48kHz
|
/external/dropbear/libtommath/ |
D | changes.txt | 158 -- Optimized sign compares in mp_cmp from 4 to 2 cases. 164 -- Optimized fast_mp_invmod() to do the test for invalid inputs [both even] 166 -- Optimized mp_gcd() by removing mp_div_2d calls for when one of the inputs 174 v0.24 -- Optimized mp_add_d and mp_sub_d to not allocate temporary variables 183 v0.23 -- Optimized mp_prime_next_prime() to not use mp_mod [via is_divisible()] in each
|
/external/llvm/ |
D | Makefile | 152 $(Echo) Building Optimized Version
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 697 Module *Optimized = BD.runPassesOn(Test, BD.getPassesToRun(), in TestOptimizer() local 704 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken); in TestOptimizer()
|
/external/dropbear/libtomcrypt/ |
D | changes | 122 …-- Optimized the ECC for TFM a bit by removing the useless "if" statements (most TFM functions don… 294 …-- Optimized the GCM table creation. On 1KB packets [with key switching] the new GCM is 12.7x fas… 311 -- Optimized GCM by removing the "double copy" handling of the plaintext/aad 596 v0.95 -- Optimized AES and WHIRLPOOL for SMALL_CODE by taking advantage of the fact 641 -- Optimized Twofish [down to 28 cycles/byte on my box] and Blowfish 761 -- Optimized the SAFER-SK64, SAFER-SK128, SAFER+, RC5 and RC6 key schedule [big time!] 762 -- Optimized SHA-1 and SHA-256 quite a bit too. 792 -- Optimized the ECC mulmod more by removing a if condition that will always be false 793 -- Optimized prime.c to not include a 2nd prime table, removed code from is_prime calls prime 800 v0.83 -- Optimized the ecc_mulmod, it's faster and takes less heap/stack space [all …]
|
/external/eigen/doc/ |
D | QuickReference.dox | 487 <th>Optimized versions when the size \n is known at compile time</th></tr> 574 <tr><td>Optimized products and inverse</td> 715 Optimized products:
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 268 - Optimized generation of code parts in strict mode (Milian Wolff) 269 - Optimized COMMENT_REGEXP by using an incremental regexp cache (Milian Wolff, BenBE) 271 …- Optimized generation of highlighted strings to use fast skip forward while highlighting them (M…
|
/external/quake/quake/src/QW/ |
D | qwrlnote.txt | 45 - Optimized some of the server code
|
/external/llvm/docs/ |
D | GettingStarted.rst | 800 Release (Optimized) Builds 868 Perform a Release (Optimized) build. 872 Perform a Release (Optimized) build without assertions enabled.
|
D | SourceLevelDebugging.rst | 816 i1 false, ;; Optimized compile unit
|
/external/libpng/ |
D | CHANGES | 316 Optimized Paeth calculations by replacing abs() function calls with intrinsics 1239 Optimized vacuous tests that silence compiler warnings, in png.c (Cosmin). 1427 Optimized alpha-inversion loops in pngwtran.c 1433 Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin). 1933 Removed Intel contributions (MMX, Optimized C).
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 694 // Optimized codegen when the non-memory output is not used.
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 1107 * Optimized the analysis engine for LL(1). Doesn't attempt LL(*) unless
|