| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 138 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument 141 if (Optimize) { in finalizeStringTable()
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | ExpandVariadics.h | 22 Optimize, // Optimise without changing ABI enumerator
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | StringTableBuilder.h | 46 void finalizeStringTable(bool Optimize);
|
| /src/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:
|
| /src/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.
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 292 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const;
|
| /src/contrib/jemalloc/ |
| H A D | ChangeLog | 97 - Optimize the common cases of the thread cache operations. 98 - Optimize internal data structures, including RB tree and pairing heap. 99 - Optimize the internal locking on extent management. 134 - Optimize away a branch on the operator delete[] path. (@mgrice) 184 - Optimize ixalloc by avoiding a size lookup. (@interwq) 191 - Optimize pow2_ceil. (@rkmisra) 193 - Optimize mmap(2) alignment handling on FreeBSD. (@trasz) 198 - Optimize sync / lwsync on PowerPC. (@chmeeedalf) 200 - Optimize the locking on large deallocation. (@interwq) 206 - Optimize the trylock spin wait. (@djwatson) [all …]
|
| /src/contrib/arm-optimized-routines/ |
| H A D | config.mk.dist | 51 # Optimize the shared libraries on aarch64 assuming they fit in 1M.
|
| /src/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()
|
| /src/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 …]
|
| /src/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")
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ExpandVariadics.cpp | 80 clEnumValN(ExpandVariadicsMode::Optimize, "optimize",
|
| /src/contrib/spleen/ |
| H A D | ChangeLog | 241 - Optimize generated screenshots with OptiPNG
|
| /src/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…
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 161 // Optimize (or x, imm) to (BSETI x, log2(imm)). We should exclude the 173 // Optimize (and x, imm) to (BCLRI x, log2(~imm)). We should exclude the
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 92 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
|
| /src/sys/contrib/zstd/ |
| H A D | CHANGELOG | 294 misc: Optimize dictionary memory usage in corner cases
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 103 HelpText<"Optimize output file size">;
|
| /src/contrib/ldns/ |
| H A D | Changelog | 324 * Optimize TSIG digest function name comparison (Thanks Marc Buijsman)
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 1732 //: TODO: Optimize this for wider types AND optimize the following code
|