Home
last modified time | relevance | path

Searched refs:Optimize (Results 1 – 25 of 96) sorted by relevance

1234

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj16 <Optimize>false</Optimize>
22 <Optimize>true</Optimize>
/external/v8/src/
Druntime-profiler.cc83 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { in Optimize() function in v8::internal::RuntimeProfiler
245 Optimize(function, "hot and stable"); in OptimizeNow()
247 Optimize(function, "not much type info but very hot"); in OptimizeNow()
266 Optimize(function, "small function"); in OptimizeNow()
Druntime-profiler.h33 void Optimize(JSFunction* function, const char* reason);
/external/llvm/test/CodeGen/AArch64/
Darm64-icmp-opt.ll3 ; Optimize (x > -1) to (x >= 0) etc.
4 ; Optimize (cmp (add / sub), 0): eliminate the subs used to update flag
/external/skia/resources/
Dslides_content.lua25 Optimize for CPU variety
32 Optimize for GPU variety
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj38 Optimize = "false"
58 Optimize = "true"
/external/llvm/test/CodeGen/Hexagon/
Dopt-fabs.ll2 ; Optimize fabsf to clrbit in V5.
Dopt-fneg.ll2 ; Optimize fneg to togglebit in V5.
/external/protobuf/
DCONTRIBUTORS.txt82 * 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/
DReleaseProject.xcconfig15 // Optimize for space and size (Apple recommendation)
/external/google-breakpad/src/testing/gtest/xcode/Config/
DReleaseProject.xcconfig15 // Optimize for space and size (Apple recommendation)
/external/llvm/test/CodeGen/XCore/
Dmemcpy.ll3 ; Optimize memcpy to __memcpy_4 if src, dst and size are all 4 byte aligned.
/external/llvm/test/Transforms/InstCombine/
Dbitcast.ll19 ; 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/
Doptnone-llc.ll47 ; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs'
/external/llvm/test/CodeGen/ARM/
Dcode-placement.ll32 ; Optimize loop entry, eliminate intra loop branches
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml97 (* Optimize the function. *)
/external/regex-re2/re2/
Dprog.h287 void Optimize();
Dprog.cc174 void Prog::Optimize() { in Optimize() function in re2::Prog
/external/proguard/src/proguard/gui/
DGUIResources.properties95 optimize = Optimize
153 Optimize the bytecode of the processed classes.
345 <html>Optimize the specified classes, fields, and methods as entry points anyway.<br>\
533 Optimize variable allocation on the local variable frame.
/external/elfutils/src/libcpu/
DChangeLog59 * i386_parse.y (instrtable_out): Optimize match_data table by not
158 Optimize output_data initialization. Free buffers before return.
/external/clang/include/clang/Driver/
DCLCompatOptions.td98 def _SLASH_Os : CLFlag<"Os">, HelpText<"Optimize for size">, Alias<O>,
100 def _SLASH_Ot : CLFlag<"Ot">, HelpText<"Optimize for speed">, Alias<O>,
/external/skia/gyp/
Dcommon_variables.gypi229 '-ffast-math', # Optimize float math even when it breaks IEEE compliance.
/external/clang/include/clang/Frontend/
DCodeGenOptions.def118 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition.
/external/chromium-trace/trace-viewer/third_party/six/
DCHANGES22 - Issue #97: Optimize `six.iterbytes` on Python 2.
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp380 LangTag, Filename, getCurrentDirname(), Producer, LO.Optimize, in CreateCompileUnit()
1159 CGM.getLangOpts().Optimize, nullptr, TParamsArray.get()); in CreateCXXMemberFunction()
2409 false /*declaration*/, 0, Flags, CGM.getLangOpts().Optimize, nullptr, in getFunctionForwardDeclaration()
2628 true /*definition*/, ScopeLine, Flags, CGM.getLangOpts().Optimize, Fn, in EmitFunctionStart()
2887 CGM.getLangOpts().Optimize, Flags, ArgNo); in EmitDeclare()
2901 CGM.getLangOpts().Optimize, Flags, ArgNo); in EmitDeclare()
3150 type, CGM.getLangOpts().Optimize, flags, ArgNo); in EmitDeclareOfBlockLiteralArgVariable()

1234