| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 44 bool Optimize; member in __anon612323ed0111::WebAssemblyRegStackify 52 if (Optimize) { in getAnalysisUsage() 69 : MachineFunctionPass(ID), Optimize(OptLevel != CodeGenOptLevel::None) {} in WebAssemblyRegStackify() 289 WebAssemblyFunctionInfo &MFI, bool Optimize, in hasSingleUse() argument 291 if (!Optimize) { in hasSingleUse() 336 const MachineRegisterInfo &MRI, bool Optimize) { in isSafeToMove() argument 385 if (!Optimize) in isSafeToMove() 847 if (Optimize) { in runOnMachineFunction() 918 isSafeToMove(Def, &Use, Insert, MFI, MRI, Optimize) && in runOnMachineFunction() 920 if (CanMove && hasSingleUse(Reg, MRI, MFI, Optimize, DefI, LIS)) { in runOnMachineFunction() [all …]
|
| 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.
|
| /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/lib/MC/ |
| H A D | StringTableBuilder.cpp | 138 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument 141 if (Optimize && StringIndexMap.size()) { in finalizeStringTable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | StringTableBuilder.h | 49 void finalizeStringTable(bool Optimize);
|
| /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/arm-optimized-routines/ |
| H A D | config.mk.dist | 51 # Optimize the shared libraries on aarch64 assuming they fit in 1M.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 357 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const;
|
| /freebsd/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 th [all...] |
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 324 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const { in getInvocationAdjustedForModuleBuildWithoutOutputs() 385 Optimize(CI); in getInvocationAdjustedForModuleBuildWithoutOutputs()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 806 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit() 2291 if (CGM.getLangOpts().Optimize) in CreateCXXMemberFunction() 4363 if (CGM.getLangOpts().Optimize) in getFunctionFwdDeclOrStub() 4693 if (CGM.getLangOpts().Optimize) in emitFunctionStart() 4776 if (CGM.getLangOpts().Optimize) in EmitFunctionDecl() 5108 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize, in EmitDeclare() 5135 CGM.getLangOpts().Optimize, Flags, in EmitDeclare() 5178 CGM.getLangOpts().Optimize, Flags, Align); in EmitDeclare() 5232 Scope, Name, Unit, Line, Ty, CGM.getLangOpts().Optimize, in EmitDeclare() 5332 /*CoroSuspendIdx=*/std::nullopt, CGM.getLangOpts().Optimize); in EmitLabel() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 312 CODEGENOPT(StrictEnums , 1, 0, Benign) ///< Optimize based on strict enum definition. 313 CODEGENOPT(StrictVTablePointers, 1, 0, Benign) ///< Optimize based on the strict vtable pointers
|
| H A D | LangOptions.def | 171 LANGOPT(Optimize , 1, 0, Compatible, "__OPTIMIZE__ predefined macro")
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 450 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize, 2227 bool Optimize, bool WithCoverage) { in buildMatchTable() argument 2232 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 | 241 - 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/sys/contrib/zstd/programs/ |
| H A D | README.md | 213 …--size-hint=# Optimize compression parameters for streaming input of approximately…
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1073 if (LangOpts.Optimize) in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 4490 Opts.Optimize = Opt != 0; in ParseLangArgs() 4496 Opts.NoInlineDefine = !Opts.Optimize; in ParseLangArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1998 MPM.addPass(ExpandVariadicsPass(ExpandVariadicsMode::Optimize)); in buildLTODefaultPipeline()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 96 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 436 misc: Optimize dictionary memory usage in corner cases
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 110 HelpText<"Optimize output file size">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 1488 //: TODO: Optimize this for wider types AND optimize the following code
|