Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/lib/MC/
H A DStringTableBuilder.cpp128 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument
131 if (Optimize) { in finalizeStringTable()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DStringTableBuilder.h35 void finalizeStringTable(bool Optimize);
/freebsd-12.1/contrib/googletest/googletest/xcode/Config/
H A DReleaseProject.xcconfig15 // Optimize for space and size (Apple recommendation)
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.opt202 Optimize lui/addiu address loads
210 -mtune=PROCESSOR Optimize the output for PROCESSOR
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dconfigure.tgt13 # Optimize TLS usage by avoiding the overhead of dynamic allocation.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCLCompatOptions.td124 HelpText<"Optimize for size (same as /Og /Os /Oy /Ob2 /GF /Gy)">;
126 HelpText<"Optimize for speed (same as /Og /Oi /Ot /Oy /Ob2 /GF /Gy)">;
142 HelpText<"Optimize for size">;
144 HelpText<"Optimize for speed">;
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h226 unsigned Optimize; member
H A DInputFiles.cpp336 if (Config->Optimize == 0 && !Config->Relocatable) in shouldMerge()
H A DOptions.td54 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
H A DDriver.cpp822 Config->Optimize = args::getInteger(Args, OPT_O, 1); in readConfigs()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.opt88 Optimize tail call instructions in assembler and linker
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A DTODO37 Optimize data ordering during pack
165 Optimize data ordering during pack
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def225 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition.
226 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
H A DLangOptions.def164 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp612 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit()
1588 if (CGM.getLangOpts().Optimize) in CreateCXXMemberFunction()
3213 if (CGM.getLangOpts().Optimize) in getFunctionFwdDeclOrStub()
3457 if (CGM.getLangOpts().Optimize) in EmitFunctionStart()
3545 if (CGM.getLangOpts().Optimize) in EmitFunctionDecl()
3823 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize, in EmitDeclare()
3838 CGM.getLangOpts().Optimize, Flags) in EmitDeclare()
3840 CGM.getLangOpts().Optimize, in EmitDeclare()
4110 scope, Name, ArgNo, tunit, line, type, CGM.getLangOpts().Optimize, flags); in EmitDeclareOfBlockLiteralArgVariable()
4483 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td97 // Optimize away an explicit mask on a rotate count.
/freebsd-12.1/contrib/apr/
H A DCHANGES33 *) apr_skiplist: Optimize the number of allocations by reusing pooled or
/freebsd-12.1/contrib/gcc/
H A Dcommon.opt50 Optimize for space rather than speed
574 Optimize induction variables on trees
657 Optimize sibling and tail recursive calls
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog92 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt)
485 - Optimize the fast paths of calloc() and [m,d,sd]allocx(). (@jasone)
553 - Optimize the fast path to combine various bootstrapping and configuration
642 - Optimize irallocx_prof() to optimistically update the sampler state. The
/freebsd-12.1/contrib/gcc/doc/
H A Dpasses.texi193 If mudflap (@pxref{Optimize Options,,-fmudflap -fmudflapth
577 @item Optimize calls to @code{__builtin_object_size}
771 @item Optimize mode switching
/freebsd-12.1/contrib/serf/
H A DCHANGES120 Optimize SPNego authentication processing (r1868)
H A DSConstruct279 # Optimize for speed, use DLL runtime
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp726 if (LangOpts.Optimize) in InitializePredefinedMacros()
/freebsd-12.1/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-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3052 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
4164 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
4169 if (!Optimize) in buildMatchTable()

1234