| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 137 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument 140 if (Optimize) { in finalizeStringTable()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | StringTableBuilder.h | 45 void finalizeStringTable(bool Optimize);
|
| /openbsd-src/gnu/llvm/clang/cmake/caches/ |
| H A D | DistributionExample.cmake | 10 # Optimize the stage1 compiler, but don't LTO it because that wastes time.
|
| /openbsd-src/gnu/llvm/clang/tools/clang-shlib/ |
| H A D | CMakeLists.txt | 51 # Optimize function calls for default visibility definitions to avoid PLT and
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.opt | 202 Optimize lui/addiu address loads 210 -mtune=PROCESSOR Optimize the output for PROCESSOR
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| 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.
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | configure.tgt | 13 # Optimize TLS usage by avoiding the overhead of dynamic allocation.
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.opt | 88 Optimize tail call instructions in assembler and linker
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | myconfig.com | 80 $ $optimize = "'"+"'" !descrip.mms has /Optimize=2 in $(XTRACCFLAGS)
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 263 llvm::function_ref<void(CompilerInvocation &)> Optimize) const;
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | be.po | 2000 #~ msgid "Optimize for 3900" 2003 #~ msgid "Optimize for 4650" 2016 #~ msgid "Optimize for 32532 cpu" 2019 #~ msgid "Optimize for 32332 cpu" 2022 #~ msgid "Optimize for 32032" 2114 #~ msgid "Optimize for Cypress processors" 2117 #~ msgid "Optimize for SparcLite processors" 2120 #~ msgid "Optimize for F930 processors" 2123 #~ msgid "Optimize for F934 processors" 2126 #~ msgid "Optimize for SuperSparc processors"
|
| H A D | ja.po | 4697 #~ msgid "Optimize lui/addiu address loads" 4730 #~ msgid "Optimize block moves" 4814 #~ msgid "Optimize for 4650" 4817 #~ msgid "Optimize for 3900" 4877 #~ msgid "Optimize for 32532 cpu" 4880 #~ msgid "Optimize for 32332 cpu" 4883 #~ msgid "Optimize for 32032" 5410 #~ msgid "Optimize for Cypress processors" 5413 #~ msgid "Optimize for SparcLite processors" 5416 #~ msgid "Optimize for F930 processors" [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 84 llvm::function_ref<void(CompilerInvocation &)> Optimize) const { in makeInvocationForModuleBuildWithoutOutputs() 170 Optimize(CI); in makeInvocationForModuleBuildWithoutOutputs()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/ |
| H A D | Changes | 33 * Optimize format_arg when arguments contain many references
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-shlib/ |
| H A D | CMakeLists.txt | 55 # Optimize function calls for default visibility definitions to avoid PLT and
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 641 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit() 1883 if (CGM.getLangOpts().Optimize) in CreateCXXMemberFunction() 3814 if (CGM.getLangOpts().Optimize) in getFunctionFwdDeclOrStub() 4134 if (CGM.getLangOpts().Optimize) in emitFunctionStart() 4217 if (CGM.getLangOpts().Optimize) in EmitFunctionDecl() 4547 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize, in EmitDeclare() 4574 CGM.getLangOpts().Optimize, Flags, in EmitDeclare() 4617 CGM.getLangOpts().Optimize, Flags, Align); in EmitDeclare() 4671 Scope, Name, Unit, Line, Ty, CGM.getLangOpts().Optimize, in EmitDeclare() 4746 DBuilder.createLabel(Scope, Name, Unit, Line, CGM.getLangOpts().Optimize); in EmitLabel() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 297 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition. 298 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | common.opt | 50 Optimize for space rather than speed 570 Optimize induction variables on trees 653 Optimize sibling and tail recursive calls
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Options.td | 104 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LinkTimeOptimization.rst | 175 Phase 3 : Optimize Bitcode Files
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | passes.texi | 193 If mudflap (@pxref{Optimize Options,,-fmudflap -fmudflapth 577 @item Optimize calls to @code{__builtin_object_size} 771 @item Optimize mode switching
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
| H A D | larith.asm | 1024 ; Optimize into: (A.high * B.low) << 16
|
| /openbsd-src/gnu/gcc/gcc/config/m68hc11/ |
| H A D | larith.asm | 1024 ; Optimize into: (A.high * B.low) << 16
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 103 * Optimize Options:: How much optimization? 180 @xref{Optimize Options,,Options that Control Optimization}. 223 * Optimize Options:: How much optimization? 1442 @node Optimize Options 1674 @xref{Optimize Options,,Options That Control Optimization,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/ |
| H A D | avr.md | 1201 ;; Optimize if a scratch register from LD_REGS happens to be available. 1275 ;; Optimize if a scratch register from LD_REGS happens to be available. 1349 ;; Optimize if a scratch register from LD_REGS happens to be available.
|