Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp138 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument
141 if (Optimize) { in finalizeStringTable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h46 void finalizeStringTable(bool Optimize);
/freebsd-14.2/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.td968 // Optimize away an explicit mask on a shift count.
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt145 // Optimize 'LVNamespaceDeduction::find' funtion.
149 Optimize the 'find' method to use the proposed code:
/freebsd-14.2/contrib/arm-optimized-routines/
H A Dconfig.mk.dist33 # Optimize the shared libraries on aarch64 assuming they fit in 1M.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h281 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const;
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp168 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const { in getInvocationAdjustedForModuleBuildWithoutOutputs()
223 Optimize(CI); in getInvocationAdjustedForModuleBuildWithoutOutputs()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp657 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit()
1992 if (CGM.getLangOpts().Optimize) in CreateCXXMemberFunction()
3960 if (CGM.getLangOpts().Optimize) in getFunctionFwdDeclOrStub()
4280 if (CGM.getLangOpts().Optimize) in emitFunctionStart()
4363 if (CGM.getLangOpts().Optimize) in EmitFunctionDecl()
4692 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize, in EmitDeclare()
4719 CGM.getLangOpts().Optimize, Flags, in EmitDeclare()
4762 CGM.getLangOpts().Optimize, Flags, Align); in EmitDeclare()
4850 Scope, Name, Unit, Line, Ty, CGM.getLangOpts().Optimize, in EmitDeclare()
4934 DBuilder.createLabel(Scope, Name, Unit, Line, CGM.getLangOpts().Optimize); in EmitLabel()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def298 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition.
299 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
H A DLangOptions.def192 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp424 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
2207 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
2212 if (!Optimize) in buildMatchTable()
/freebsd-14.2/contrib/spleen/
H A DChangeLog186 - Optimize generated screenshots with OptiPNG
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp974 if (LangOpts.Optimize) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4051 Opts.Optimize = Opt != 0; in ParseLangArgs()
4057 Opts.NoInlineDefine = !Opts.Optimize; in ParseLangArgs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td161 // 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
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOptions.td86 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
/freebsd-14.2/sys/contrib/zstd/
H A DCHANGELOG294 misc: Optimize dictionary memory usage in corner cases
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td100 HelpText<"Optimize output file size">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td2241 //: TODO: Optimize this for wider types AND optimize the following code
/freebsd-14.2/contrib/ldns/
H A DChangelog324 * Optimize TSIG digest function name comparison (Thanks Marc Buijsman)
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.seq1630 * any status will do. Optimize this fast path.
/freebsd-14.2/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