/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 44 void Optimize() { in Optimize() function in v8::internal::compiler::MoveOptimizerTest 97 Optimize(); in TEST_F() 121 Optimize(); in TEST_F() 140 Optimize(); in TEST_F() 171 Optimize(); in TEST_F() 200 Optimize(); in TEST_F() 222 Optimize(); in TEST_F()
|
D | control-flow-optimizer-unittest.cc | 27 void Optimize() { in Optimize() function in v8::internal::compiler::ControlFlowOptimizerTest 29 optimizer.Optimize(); in Optimize() 58 Optimize(); in TEST_F() 89 Optimize(); in TEST_F() 115 Optimize(); in TEST_F()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 16 <Optimize>false</Optimize> 22 <Optimize>true</Optimize>
|
/external/v8/src/ |
D | runtime-profiler.cc | 90 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { in Optimize() function in v8::internal::RuntimeProfiler 232 Optimize(function, "hot and stable"); in OptimizeNow() 234 Optimize(function, "not much type info but very hot"); in OptimizeNow() 253 Optimize(function, "small function"); in OptimizeNow()
|
D | runtime-profiler.h | 33 void Optimize(JSFunction* function, const char* reason);
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-icmp-opt.ll | 3 ; Optimize (x > -1) to (x >= 0) etc. 4 ; Optimize (cmp (add / sub), 0): eliminate the subs used to update flag
|
/external/skia/resources/ |
D | slides_content.lua | 25 Optimize for CPU variety 32 Optimize for GPU variety
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 38 Optimize = "false" 58 Optimize = "true"
|
/external/llvm/test/CodeGen/Hexagon/ |
D | opt-fabs.ll | 2 ; Optimize fabsf to clrbit in V5.
|
D | opt-fneg.ll | 2 ; Optimize fneg to togglebit in V5.
|
/external/pdfium/xfa/src/fee/include/ |
D | ifde_txtedtbuf.h | 33 virtual FX_BOOL Optimize(IFX_Pause* pPause = NULL) = 0;
|
D | ifde_txtedtengine.h | 244 virtual FX_BOOL Optimize(IFX_Pause* pPause = NULL) = 0;
|
/external/v8/src/compiler/ |
D | control-flow-optimizer.h | 27 void Optimize();
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 82 * Optimize Java serialization code when writing a small message to a stream. 83 * Optimize Java serialization of strings so that UTF-8 encoding happens only
|
/external/protobuf/gtest/xcode/Config/ |
D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
/external/google-breakpad/src/testing/gtest/xcode/Config/ |
D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/ |
D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
/external/llvm/test/CodeGen/XCore/ |
D | memcpy.ll | 3 ; Optimize memcpy to __memcpy_4 if src, dst and size are all 4 byte aligned.
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtbuf.h | 77 virtual FX_BOOL Optimize(IFX_Pause* pPause = NULL);
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast.ll | 19 ; Optimize bitcasts that are extracting low element of vector. This happens 42 ; Optimize bitcasts that are extracting other elements of a vector. This
|
/external/llvm/test/Feature/ |
D | optnone-llc.ll | 49 ; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs'
|
/external/llvm/test/CodeGen/ARM/ |
D | code-placement.ll | 32 ; Optimize loop entry, eliminate intra loop branches
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 97 (* Optimize the function. *)
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 139 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition. 140 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
|
/external/regex-re2/re2/ |
D | prog.h | 287 void Optimize();
|