/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | StringTableBuilder.cpp | 131 finalizeStringTable(/*Optimize=*/true); in finalize() 135 finalizeStringTable(/*Optimize=*/false); in finalizeInOrder() 138 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() 141 if (Optimize) { in finalizeStringTable() 137 finalizeStringTable(bool Optimize) finalizeStringTable() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ExpandVariadics.h | 22 Optimize, // Optimise without changing ABI enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | StringTableBuilder.h | 46 void finalizeStringTable(bool Optimize);
|
/freebsd/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 | 1027 // Optimize away an explicit mask on a shift count.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 110 ### Optimize ``LVNamespaceDeduction::find`` funtion. 113 Optimize the ``find`` method to use the proposed code:
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 292 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const;
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | config.mk.dist | 51 # Optimize the shared libraries on aarch64 assuming they fit in 1M.
|
/freebsd/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/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 231 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const { in getInvocationAdjustedForModuleBuildWithoutOutputs() 290 Optimize(CI); in getInvocationAdjustedForModuleBuildWithoutOutputs()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 667 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit() 2118 if (CGM.getLangOpts().Optimize) in CreateCXXMemberFunction() 4113 if (CGM.getLangOpts().Optimize) in getFunctionFwdDeclOrStub() 4433 if (CGM.getLangOpts().Optimize) in emitFunctionStart() 4516 if (CGM.getLangOpts().Optimize) in EmitFunctionDecl() 4845 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize, in EmitDeclare() 4872 CGM.getLangOpts().Optimize, Flags, in EmitDeclare() 4915 CGM.getLangOpts().Optimize, Flags, Align); in EmitDeclare() 4969 Scope, Name, Unit, Line, Ty, CGM.getLangOpts().Optimize, in EmitDeclare() 5069 DBuilder.createLabel(Scope, Name, Unit, Line, CGM.getLangOpts().Optimize); in EmitLabel() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 307 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition. 308 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
|
H A D | LangOptions.def | 206 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 435 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize, 2230 bool Optimize, bool WithCoverage) { in buildMatchTable() argument 2235 if (!Optimize) in buildMatchTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 80 clEnumValN(ExpandVariadicsMode::Optimize, "optimize",
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 217 - Optimize generated screenshots with OptiPNG
|
/freebsd/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/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 1064 if (LangOpts.Optimize) in InitializePredefinedMacros()
|
H A D | CompilerInvocation.cpp | 4227 Opts.Optimize = Opt != 0; in ParseLangArgs() 4233 Opts.NoInlineDefine = !Opts.Optimize; in ParseLangArgs()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 92 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 294 misc: Optimize dictionary memory usage in corner cases
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 103 HelpText<"Optimize output file size">;
|
/freebsd/contrib/ldns/ |
H A D | Changelog | 324 * Optimize TSIG digest function name comparison (Thanks Marc Buijsman)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 1732 //: TODO: Optimize this for wider types AND optimize the following code
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 1630 * any status will do. Optimize this fast path.
|