Home
last modified time | relevance | path

Searched refs:optimizations (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/external/libaom/libaom/build/cmake/
Daom_config_defaults.cmake33 set_aom_detect_var(HAVE_NEON 0 NUMBER "Enables NEON intrinsics optimizations.")
36 set_aom_detect_var(HAVE_DSPR2 0 NUMBER "Enables DSPR2 optimizations.")
37 set_aom_detect_var(HAVE_MIPS32 0 NUMBER "Enables MIPS32 optimizations.")
38 set_aom_detect_var(HAVE_MIPS64 0 NUMBER "Enables MIPS64 optimizations. ")
39 set_aom_detect_var(HAVE_MSA 0 NUMBER "Enables MSA optimizations.")
42 set_aom_detect_var(HAVE_VSX 0 NUMBER "Enables VSX optimizations.")
45 set_aom_detect_var(HAVE_AVX 0 NUMBER "Enables AVX optimizations.")
46 set_aom_detect_var(HAVE_AVX2 0 NUMBER "Enables AVX2 optimizations.")
47 set_aom_detect_var(HAVE_MMX 0 NUMBER "Enables MMX optimizations. ")
48 set_aom_detect_var(HAVE_SSE 0 NUMBER "Enables SSE optimizations.")
[all …]
/external/libpng/
Dconfigure.ac306 AC_ARG_ENABLE([hardware-optimizations],
307 AS_HELP_STRING([[[--enable-hardware-optimizations]]],
308 [Enable hardware optimizations: =no/off, yes/on:]),
314 [Disable ARM_NEON optimizations])
317 [Disable MIPS_MSA optimizations])
320 [Disable POWERPC VSX optimizations])
323 [Disable INTEL_SSE optimizations])
331 [Enable ARM_NEON optimizations])
336 [Enable MIPS_MSA optimizations])
341 [Enable Intel SSE optimizations])
[all …]
Dconfig.h.in72 /* Turn on ARM Neon optimizations at run-time */
78 /* Enable ARM Neon optimizations */
81 /* Enable Intel SSE optimizations */
84 /* Turn on MIPS MSA optimizations at run-time */
90 /* Enable MIPS MSA optimizations */
93 /* Turn on POWERPC VSX optimizations at run-time */
99 /* Enable POWERPC VSX optimizations */
/external/libpng/contrib/intel/
Dconfigure.ac.patch9 # In order to compile Intel SSE optimizations for libpng, please add
20 [Enable Intel SSE optimizations: =no/off, yes/on:]
21 [no/off: disable the optimizations;]
22 [yes/on: enable the optimizations.]
28 [Disable Intel SSE optimizations])
33 [Enable Intel SSE optimizations]);;
39 # or where Intel optimizations were explicitly requested (this allows a
DINSTALL60 [Enable Intel SSE optimizations: =no/off, yes/on:]
61 [no/off: disable the optimizations;]
62 [yes/on: enable the optimizations.]
68 [Disable Intel SSE optimizations])
73 [Enable Intel SSE optimizations]);;
79 # or where Intel optimizations were explicitly requested (this allows a
106 * enable SSE optimizations. This means that these optimizations will
Dintel_sse.patch20 + [Enable Intel SSE optimizations: =no/off, yes/on:]
21 + [no/off: disable the optimizations;]
22 + [yes/on: enable the optimizations.]
28 + [Disable Intel SSE optimizations])
33 + [Enable Intel SSE optimizations]);;
39 +# or where Intel optimizations were explicitly requested (this allows a
96 + * enable SSE optimizations. This means that these optimizations will
/external/tensorflow/tensorflow/core/kernels/data/
Doptimize_dataset_op.cc44 std::vector<string> optimizations; in MakeDataset() local
46 ctx, ParseVectorArgument<string>(ctx, "optimizations", &optimizations)); in MakeDataset()
48 new Dataset(ctx, input, optimizations, output_types_, output_shapes_); in MakeDataset()
62 const std::vector<string>& optimizations, in Dataset() argument
66 optimizations_(optimizations) {} in Dataset()
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt10 If we were to reimplement any of these optimizations, I assume that we
14 Static optimizations, xlation unit at a time:
17 Link time optimizations:
20 Of course, many optimizations could be shared between llvmopt and
24 > BTW, about SGI, "borrowing" SSA-based optimizations from one compiler and
31 optimizations are written in C++ and are actually somewhat
35 > But your larger point is valid that adding SSA based optimizations is
46 optimization" happens right along with other data optimizations (ie, CSE
49 As far as REAL back end optimizations go, it looks something like this:
D2001-06-01-GCCOptimizations.txt7 Take a look at this document (which describes the order of optimizations
31 I've marked optimizations with a [t] to indicate things that I believe to
36 optimizations are done on the tree representation].
38 Given the lack of "strong" optimizations that would take a long time to
41 SSA based optimizations that could be adapted (besides the fact that their
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt10 If we were to reimplement any of these optimizations, I assume that we
14 Static optimizations, xlation unit at a time:
17 Link time optimizations:
20 Of course, many optimizations could be shared between llvmopt and
24 > BTW, about SGI, "borrowing" SSA-based optimizations from one compiler and
31 optimizations are written in C++ and are actually somewhat
35 > But your larger point is valid that adding SSA based optimizations is
46 optimization" happens right along with other data optimizations (ie, CSE
49 As far as REAL back end optimizations go, it looks something like this:
D2001-06-01-GCCOptimizations.txt7 Take a look at this document (which describes the order of optimizations
31 I've marked optimizations with a [t] to indicate things that I believe to
36 optimizations are done on the tree representation].
38 Given the lack of "strong" optimizations that would take a long time to
41 SSA based optimizations that could be adapted (besides the fact that their
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt10 If we were to reimplement any of these optimizations, I assume that we
14 Static optimizations, xlation unit at a time:
17 Link time optimizations:
20 Of course, many optimizations could be shared between llvmopt and
24 > BTW, about SGI, "borrowing" SSA-based optimizations from one compiler and
31 optimizations are written in C++ and are actually somewhat
35 > But your larger point is valid that adding SSA based optimizations is
46 optimization" happens right along with other data optimizations (ie, CSE
49 As far as REAL back end optimizations go, it looks something like this:
D2001-06-01-GCCOptimizations.txt7 Take a look at this document (which describes the order of optimizations
31 I've marked optimizations with a [t] to indicate things that I believe to
36 optimizations are done on the tree representation].
38 Given the lack of "strong" optimizations that would take a long time to
41 SSA based optimizations that could be adapted (besides the fact that their
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_OptimizeDataset.pbtxt11 name: "optimizations"
13 A `tf.string` vector `tf.Tensor` identifying optimizations to use.
16 summary: "Creates a dataset by applying optimizations to `input_dataset`."
18 Creates a dataset by applying optimizations to `input_dataset`.
/external/adhd/cras/
Dconfigure.ac113 AC_ARG_ENABLE(sse42, [AS_HELP_STRING([--enable-sse42],[enable SSE42 optimizations])], have_sse42=$e…
118 AC_DEFINE(HAVE_SSE42,1,[Define to enable SSE42 optimizations.])
125 AC_ARG_ENABLE(avx, [AS_HELP_STRING([--enable-avx],[enable AVX optimizations])], have_avx=$enableval…
130 AC_DEFINE(HAVE_AVX,1,[Define to enable AVX optimizations.])
137 AC_ARG_ENABLE(avx2, [AS_HELP_STRING([--enable-avx2],[enable AVX2 optimizations])], have_avx2=$enabl…
142 AC_DEFINE(HAVE_AVX2,1,[Define to enable AVX2 optimizations.])
149 AC_ARG_ENABLE(fma, [AS_HELP_STRING([--enable-fma],[enable FMA optimizations])], have_fma=$enableval…
154 AC_DEFINE(HAVE_FMA,1,[Define to enable FMA optimizations.])
/external/tensorflow/tensorflow/lite/tools/make/targets/
Drpi_makefile.inc12 -funsafe-math-optimizations \
19 -funsafe-math-optimizations \
36 -funsafe-math-optimizations \
43 -funsafe-math-optimizations \
/external/pdfium/third_party/libpng16/contrib/intel/
DINSTALL60 [Enable Intel SSE optimizations: =no/off, yes/on:]
61 [no/off: disable the optimizations;]
62 [yes/on: enable the optimizations.]
68 [Disable Intel SSE optimizations])
73 [Enable Intel SSE optimizations]);;
79 # or where Intel optimizations were explicitly requested (this allows a
106 * enable SSE optimizations. This means that these optimizations will
Dintel_sse.patch20 + [Enable Intel SSE optimizations: =no/off, yes/on:]
21 + [no/off: disable the optimizations;]
22 + [yes/on: enable the optimizations.]
28 + [Disable Intel SSE optimizations])
33 + [Enable Intel SSE optimizations]);;
39 +# or where Intel optimizations were explicitly requested (this allows a
94 + * enable SSE optimizations. This means that these optimizations will
/external/tensorflow/tensorflow/core/protobuf/
Drewriter_config.proto35 // Enable some aggressive optimizations that use assumptions that TF graphs
56 // Shape optimizations (default is ON)
62 // Arithmetic optimizations (default is ON)
65 // Control dependency optimizations (default is ON).
68 // Loop optimizations (default is ON).
70 // Function optimizations (default is ON).
152 // optimizations to turn on and the order of the optimizations (replacing the
/external/llvm/docs/CommandGuide/
Dopt.rst13 takes LLVM source files as input, runs the specified optimizations or analyses
25 optimized output file. The optimizations available via :program:`opt` depend
28 option to determine what optimizations you can use.
77 applying other optimizations. It is essentially the same as :option:`-strip`
106 line options to enable various optimizations or analyses. To see the new
107 complete list of optimizations, use the :option:`-help` and :option:`-load`
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dopt.rst13 takes LLVM source files as input, runs the specified optimizations or analyses
25 optimized output file. The optimizations available via :program:`opt` depend
28 option to determine what optimizations you can use.
77 applying other optimizations. It is essentially the same as `-strip`
106 line options to enable various optimizations or analyses. To see the new
107 complete list of optimizations, use the :option:`-help` and :option:`-load`
/external/proguard/src/proguard/ant/
DConfigurationTask.java61 … configuration.optimizations = extendClassSpecifications(configuration.optimizations, in appendTo()
62 … this.configuration.optimizations); in appendTo()
215 configuration.optimizations = extendFilter(configuration.optimizations, in addConfiguredOptimization()
/external/proguard/src/proguard/gui/
DOptimizationsDialog.java189 public void setFilter(String optimizations) in setFilter() argument
191 StringMatcher filter = optimizations != null && optimizations.length() > 0 ? in setFilter()
192 new ListParser(new NameParser()).parse(optimizations) : in setFilter()
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dopt.pod14 source files as input, runs the specified optimizations or analyses on it, and then
25 output file. The optimizations available via B<opt> depend upon what
28 what optimizations you can use.
89 applying other optimizations. It is essentially the same as B<-strip> but it
123 enable various optimizations or analyses. To see the new complete list of
124 optimizations, use the B<-help> and B<-load> options together. For example:
/external/skia/resources/lua/
Dslides_content2.lua77 - Separate pass for optimizations (optional)
81 - GPU optimizations
94 Skia In Blink : MPD optimizations*

12345678910>>...23