| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 137 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 D | StringTableBuilder.h | 44 void finalizeStringTable(bool Optimize);
|
| /freebsd-13.1/contrib/googletest/googletest/xcode/Config/ |
| H A D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInteger.td | 96 // Optimize away an explicit mask on a shift count. 104 // Optimize away an explicit mask on a rotate count.
|
| H A D | WebAssemblyInstrSIMD.td | 924 // Optimize away an explicit mask on a shift count.
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | TODO | 37 Optimize data ordering during pack 165 Optimize data ordering during pack
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | ChangeLog | 34 - 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 D | CGDebugInfo.cpp | 617 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 D | CodeGenOptions.def | 267 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition. 268 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
|
| H A D | LangOptions.def | 180 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
|
| /freebsd-13.1/contrib/serf/ |
| H A D | SConstruct | 279 # Optimize for speed, use DLL runtime
|
| H A D | CHANGES | 120 Optimize SPNego authentication processing (r1868)
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 828 if (LangOpts.Optimize) in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 3918 Opts.Optimize = Opt != 0; in ParseLangArgs() 3924 Opts.NoInlineDefine = !Opts.Optimize; in ParseLangArgs()
|
| /freebsd-13.1/sys/contrib/libsodium/ |
| H A D | configure.ac | 175 [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 D | GlobalISelEmitter.cpp | 3644 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 D | Options.td | 85 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CHANGELOG | 189 misc: Optimize dictionary memory usage in corner cases
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | Changelog | 161 * Optimize TSIG digest function name comparison (Thanks Marc Buijsman)
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 75 HelpText<"Optimize output file size">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 1931 //:TODO: Optimize this for wider types AND optimize the following code
|
| /freebsd-13.1/contrib/xz/ |
| H A D | ChangeLog | 320 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 D | aic7xxx.seq | 1632 * any status will do. Optimize this fast path.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 5961 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 D | ChangeLog | 2225 Optimize for the common case of mostly equality. 2896 * ifdef.c (print_ifdef_lines): Add %L. Optimize %l\n even if user
|