Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp44 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 DWebAssemblyInstrInteger.td96 // 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 DExpandVariadics.h22 Optimize, // Optimise without changing ABI enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp138 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 DStringTableBuilder.h49 void finalizeStringTable(bool Optimize);
/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/arm-optimized-routines/
H A Dconfig.mk.dist51 # Optimize the shared libraries on aarch64 assuming they fit in 1M.
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h357 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const;
/freebsd/contrib/jemalloc/
H A DChangeLog97 - 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 DModuleDepCollector.cpp324 llvm::function_ref<void(CowCompilerInvocation &)> Optimize) const { in getInvocationAdjustedForModuleBuildWithoutOutputs()
385 Optimize(CI); in getInvocationAdjustedForModuleBuildWithoutOutputs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp806 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 DCodeGenOptions.def312 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 DLangOptions.def171 LANGOPT(Optimize , 1, 0, Compatible, "__OPTIMIZE__ predefined macro")
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp450 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 DExpandVariadics.cpp80 clEnumValN(ExpandVariadicsMode::Optimize, "optimize",
/freebsd/contrib/spleen/
H A DChangeLog241 - 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/sys/contrib/zstd/programs/
H A DREADME.md213 …--size-hint=# Optimize compression parameters for streaming input of approximately…
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1073 if (LangOpts.Optimize) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4490 Opts.Optimize = Opt != 0; in ParseLangArgs()
4496 Opts.NoInlineDefine = !Opts.Optimize; in ParseLangArgs()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1998 MPM.addPass(ExpandVariadicsPass(ExpandVariadicsMode::Optimize)); in buildLTODefaultPipeline()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td96 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
/freebsd/sys/contrib/zstd/
H A DCHANGELOG436 misc: Optimize dictionary memory usage in corner cases
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td110 HelpText<"Optimize output file size">;
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td1488 //: TODO: Optimize this for wider types AND optimize the following code

12