Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp131 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 DExpandVariadics.h22 Optimize, // Optimise without changing ABI enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h46 void finalizeStringTable(bool Optimize);
/freebsd/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.td1027 // Optimize away an explicit mask on a shift count.
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md110 ### 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 DModuleDepCollector.h292 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const;
/freebsd/contrib/arm-optimized-routines/
H A Dconfig.mk.dist51 # Optimize the shared libraries on aarch64 assuming they fit in 1M.
/freebsd/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/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp231 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const { in getInvocationAdjustedForModuleBuildWithoutOutputs()
290 Optimize(CI); in getInvocationAdjustedForModuleBuildWithoutOutputs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp667 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 DCodeGenOptions.def307 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition.
308 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
H A DLangOptions.def206 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp435 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 DExpandVariadics.cpp80 clEnumValN(ExpandVariadicsMode::Optimize, "optimize",
/freebsd/contrib/spleen/
H A DChangeLog217 - Optimize generated screenshots with OptiPNG
/freebsd/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/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1064 if (LangOpts.Optimize) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4227 Opts.Optimize = Opt != 0; in ParseLangArgs()
4233 Opts.NoInlineDefine = !Opts.Optimize; in ParseLangArgs()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td92 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
/freebsd/sys/contrib/zstd/
H A DCHANGELOG294 misc: Optimize dictionary memory usage in corner cases
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td103 HelpText<"Optimize output file size">;
/freebsd/contrib/ldns/
H A DChangelog324 * Optimize TSIG digest function name comparison (Thanks Marc Buijsman)
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td1732 //: TODO: Optimize this for wider types AND optimize the following code
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq1630 * any status will do. Optimize this fast path.

12