Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp137 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument
140 if (Optimize) { in finalizeStringTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h44 void finalizeStringTable(bool Optimize);
/freebsd-13.1/contrib/googletest/googletest/xcode/Config/
H A DReleaseProject.xcconfig15 // Optimize for space and size (Apple recommendation)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td96 // Optimize away an explicit mask on a shift count.
104 // Optimize away an explicit mask on a rotate count.
H A DWebAssemblyInstrSIMD.td924 // Optimize away an explicit mask on a shift count.
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A DTODO37 Optimize data ordering during pack
165 Optimize data ordering during pack
/freebsd-13.1/contrib/jemalloc/
H A DChangeLog34 - Optimize away a branch on the operator delete[] path. (@mgrice)
84 - Optimize ixalloc by avoiding a size lookup. (@interwq)
91 - Optimize pow2_ceil. (@rkmisra)
93 - Optimize mmap(2) alignment handling on FreeBSD. (@trasz)
98 - Optimize sync / lwsync on PowerPC. (@chmeeedalf)
100 - Optimize the locking on large deallocation. (@interwq)
106 - Optimize the trylock spin wait. (@djwatson)
228 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt)
621 - Optimize the fast paths of calloc() and [m,d,sd]allocx(). (@jasone)
689 - Optimize the fast path to combine various bootstrapping and configuration
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp617 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit()
1769 if (CGM.getLangOpts().Optimize) in CreateCXXMemberFunction()
3637 if (CGM.getLangOpts().Optimize) in getFunctionFwdDeclOrStub()
3927 if (CGM.getLangOpts().Optimize) in emitFunctionStart()
4006 if (CGM.getLangOpts().Optimize) in EmitFunctionDecl()
4323 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize, in EmitDeclare()
4350 CGM.getLangOpts().Optimize, Flags); in EmitDeclare()
4392 CGM.getLangOpts().Optimize, Flags, Align); in EmitDeclare()
4429 DBuilder.createLabel(Scope, Name, Unit, Line, CGM.getLangOpts().Optimize); in EmitLabel()
4691 scope, Name, ArgNo, tunit, line, type, CGM.getLangOpts().Optimize, flags); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def267 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition.
268 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
H A DLangOptions.def180 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
/freebsd-13.1/contrib/serf/
H A DSConstruct279 # Optimize for speed, use DLL runtime
H A DCHANGES120 Optimize SPNego authentication processing (r1868)
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp828 if (LangOpts.Optimize) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3918 Opts.Optimize = Opt != 0; in ParseLangArgs()
3924 Opts.NoInlineDefine = !Opts.Optimize; in ParseLangArgs()
/freebsd-13.1/sys/contrib/libsodium/
H A Dconfigure.ac175 [AS_HELP_STRING(--enable-opt,Optimize for the native CPU - The resulting library will be faster but…
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3644 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
5542 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
5547 if (!Optimize) in buildMatchTable()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td85 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG189 misc: Optimize dictionary memory usage in corner cases
/freebsd-13.1/contrib/ldns/
H A DChangelog161 * Optimize TSIG digest function name comparison (Thanks Marc Buijsman)
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOptions.td75 HelpText<"Optimize output file size">;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td1931 //:TODO: Optimize this for wider types AND optimize the following code
/freebsd-13.1/contrib/xz/
H A DChangeLog320 tuklib_integer.m4: Optimize the check order.
3421 liblzma: SHA-256: Optimize the Maj macro slightly.
3438 liblzma: SHA-256: Optimize the way rotations are done.
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.seq1632 * any status will do. Optimize this fast path.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5961 HelpText<"Optimize for size (like /Og /Os /Oy /Ob2 /GF /Gy)">;
5963 HelpText<"Optimize for speed (like /Og /Oi /Ot /Oy /Ob2 /GF /Gy)">;
5979 HelpText<"Optimize for size">;
5981 HelpText<"Optimize for speed">;
/freebsd-13.1/contrib/diff/
H A DChangeLog2225 Optimize for the common case of mostly equality.
2896 * ifdef.c (print_ifdef_lines): Add %L. Optimize %l\n even if user

12