/external/deqp/modules/gles2/performance/ |
D | es2pShaderOptimizationTests.cpp | 186 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/ |
D | es3pShaderOptimizationTests.cpp | 189 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/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | map_vectorization_test.py | 362 optimized = _make_dataset(["ChooseFastestBranch"] 367 optimized = optimized.with_options(options) 368 return unoptimized, optimized 373 unoptimized, optimized = self._get_test_datasets(base_dataset, map_fn, 375 self.assertDatasetsEqual(unoptimized, optimized) 387 _, optimized = self._get_test_datasets(base_dataset, map_fn) 388 nxt = dataset_ops.make_one_shot_iterator(optimized).get_next() 401 unoptimized, optimized = self._get_test_datasets( 403 self.assertDatasetsEqual(optimized, unoptimized) 425 optimized = _make_dataset(["ChooseFastestBranch"]) [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | BUILD | 175 "optimized/depthwiseconv_float.h", 176 "optimized/depthwiseconv_uint8.h", 177 "optimized/depthwiseconv_uint8_3x3_filter.h", 178 "optimized/optimized_ops.h", 209 "optimized/depthwiseconv_float.h", 210 "optimized/depthwiseconv_uint8.h", 211 "optimized/depthwiseconv_uint8_3x3_filter.h", 212 "optimized/legacy_optimized_ops.h", 213 "optimized/optimized_ops.h", 241 name = "optimized", [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer_test.cc | 113 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 114 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() 189 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 190 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() 289 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 290 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() 373 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 374 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() 423 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 424 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() [all …]
|
D | debug_stripper_test.cc | 132 std::vector<Tensor> optimized = in TEST_F() local 134 test::ExpectTensorEqual<float>(expected[0], optimized[0]); in TEST_F() 191 std::vector<Tensor> optimized = in TEST_F() local 193 test::ExpectTensorEqual<float>(expected[0], optimized[0]); in TEST_F() 227 std::vector<Tensor> optimized = in TEST_F() local 229 test::ExpectTensorEqual<float>(expected[0], optimized[0]); in TEST_F()
|
D | implementation_selector_test.cc | 129 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 130 const auto twice_boosted_tensor = EvaluateFetchNodes(optimized); in TEST_F() 225 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 226 const auto twice_boosted_tensor = EvaluateFetchNodes(optimized); in TEST_F()
|
D | memory_optimizer_test.cc | 290 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 291 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() 340 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 341 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() 389 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 390 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() 477 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 478 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() 508 GrapplerItem optimized = item.WithGraph(std::move(output)); in TEST_F() local 509 auto tensors = EvaluateFetchNodes(optimized); in TEST_F() [all …]
|
/external/llvm/test/tools/gold/X86/Inputs/ |
D | thinlto_weak_resolution.ll | 3 ; Alias are not optimized 6 ; Alias are not optimized 9 ; Function with an alias are not optimized 15 ; Function with an alias are not optimized
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/Inputs/ |
D | thinlto_weak_resolution.ll | 4 ; Alias are not optimized 7 ; Alias are not optimized 10 ; Function with an alias are not optimized 16 ; Function with an alias are not optimized
|
/external/llvm/test/ThinLTO/X86/Inputs/ |
D | weak_resolution.ll | 4 ; Alias are not optimized 7 ; Alias are not optimized 10 ; Function with an alias are not optimized 16 ; Function with an alias are not optimized
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/Inputs/ |
D | weak_resolution.ll | 4 ; Alias are not optimized 7 ; Alias are not optimized 10 ; Function with an alias are not optimized 16 ; Function with an alias are not optimized
|
/external/arm-optimized-routines/ |
D | METADATA | 1 name: "ARM-software/optimized-routines" 6 value: "https://github.com/ARM-software/optimized-routines" 10 value: "https://github.com/ARM-software/optimized-routines.git"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | cortex-a57-misched-vfma.ll | 32 ; > VMLAS not-optimized latency to VMOVRS = 9 71 ; > VMLAfd not-optimized latency to VMOVRRD = 9 109 ; > VMLSS not-optimized latency to VMOVRS = 9 148 ; > VMLSfd not-optimized latency to VMOVRRD = 9 169 ; > VMLAS not-optimized latency to VMOVRS = 9 188 ; > VMLAS not-optimized latency to VMOVRS = 9
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | fold_spec_const_op_composite_test.cpp | 210 std::string optimized; in TEST_P() local 212 std::tie(optimized, status) = in TEST_P() 222 StripOpNameInstructions(optimized)); in TEST_P()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_spec_const_op_composite_test.cpp | 210 std::string optimized; in TEST_P() local 212 std::tie(optimized, status) = in TEST_P() 222 StripOpNameInstructions(optimized)); in TEST_P()
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryProvider2.java | 147 final boolean optimized; field in FactoryProvider2.AssistData 160 boolean optimized, in AssistData() argument 168 this.optimized = optimized; in AssistData() 181 .add("optimized", optimized) in toString() 326 boolean optimized = false; in FactoryProvider2() 338 optimized = true; in FactoryProvider2() 349 optimized, in FactoryProvider2() 730 if (!data.optimized) { in initialize() 766 if (!data.optimized) { in getBindingFromNewInjector() 794 if (data.optimized) { in getBindingFromNewInjector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 87 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/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 87 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/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 87 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/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | udiv-simplify-bug-1.ll | 6 ; The udiv instructions shouldn't be optimized away, and the 7 ; sext instructions should be optimized to zext.
|
/external/llvm/test/Transforms/InstCombine/ |
D | udiv-simplify-bug-1.ll | 6 ; The udiv instructions shouldn't be optimized away, and the 7 ; sext instructions should be optimized to zext.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | sprintf-void.ll | 10 ; Check that a sprintf call, that would otherwise be optimized, but with 11 ; optimized out return type, doesn't crash the optimizer.
|
/external/gemmlowp/ |
D | README.txt | 34 while we have optional optimized code paths for specific architectures. 47 See "Architecture-specific optimized code paths" below. 49 Architecture-specific optimized code paths 52 We have some optimized code paths for specific instruction sets. 56 At the moment, we have a full set of optimized code paths (kernels, 60 We also have a partial set of optimized code paths (only kernels 256 2. Most GEMMs are optimized primarily for large dense matrix sizes (>= 1000).
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Packaging.rst | 23 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``
|