HomeSort by: relevance | last modified time | path
    Searched defs:optimize (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_constants.h 104 _GLIBCXX17_INLINE constexpr syntax_option_type optimize = _S_optimize; local
regex.h 438 static constexpr flag_type optimize = regex_constants::optimize; member in class:basic_regex
840 basic_regex<_Ch, _Tr>::optimize; member in class:basic_regex
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 10 // intended to be used by linker to optimize code at link time.
303 if (!optimize())
310 if (!optimize())
503 /// Optimize merged modules using various IPO passes
504 bool LTOCodeGenerator::optimize() { function in class:LTOCodeGenerator
566 // been called in optimize(), this call will return early.
ThinLTOCodeGenerator.cpp 10 // intended to be used by linker to optimize code at link time.
880 void ThinLTOCodeGenerator::optimize(Module &TheModule) { function in class:ThinLTOCodeGenerator
883 // Optimize now
  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 75 int optimize; member in struct:pfctl
pfctl.c 1239 if (pf->optimize && rs_num == PF_RULESET_FILTER)
1341 pfctl_rules(int dev, char *filename, FILE *fin, int opts, int optimize,
1380 pf.optimize = optimize;
1958 int optimize = PF_OPTIMIZE_BASIC; local
2284 optimize = 0;
2287 optimize |= PF_OPTIMIZE_BASIC;
2291 optimize |= PF_OPTIMIZE_PROFILE;
2319 if (pfctl_rules(dev, rulesopt, fin, opts, optimize,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 123 clEnumValN(THINOPT, "optimize", "Perform ThinLTO optimizations."),
175 cl::desc("Write linked LTO module to file before optimize"));
581 return optimize();
778 void optimize() { function in class:thinlto::ThinLTOProcessing
785 errs() << "Warning: -thinlto-index ignored for optimize stage";
793 ThinGenerator.optimize(*TheModule);
1037 if (!CodeGen.optimize()) {
  /src/sys/net/
bpfjit.c 1578 optimize(const bpf_ctx_t *bc, const struct bpf_insn *insns, function
2190 if (!optimize(bc, insns, insn_dat, insn_count, &initmask, &hints))
  /src/usr.sbin/makemandb/
makemandb.c 58 int optimize; member in struct:makemandb_flags
126 static void optimize(sqlite3 *);
319 mflags.optimize = 1;
447 if (mflags.optimize)
448 optimize(db);
1857 /* Optimize the index for faster search */
1859 optimize(sqlite3 *db) function
1866 sqlstr = "INSERT INTO mandb(mandb) VALUES (\'optimize\');"
  /src/external/bsd/pcc/dist/pcc/mip/
optim2.c 108 optimize(struct p2env *p2e) function
  /src/external/bsd/zstd/dist/programs/
zstdcli.c 247 DISPLAYOUT(" --size-hint=# Optimize compression parameters for streaming input of approximately size #.\n");
1431 int const optimize = !coverParams.k || !coverParams.d; local
1434 operationResult = DiB_trainFromFiles(outFileName, maxDictSize, filenames->fileNames, (int)filenames->tableSize, blockSize, NULL, &coverParams, NULL, optimize, memLimit);
1436 int const optimize = !fastCoverParams.k || !fastCoverParams.d; local
1439 operationResult = DiB_trainFromFiles(outFileName, maxDictSize, filenames->fileNames, (int)filenames->tableSize, blockSize, NULL, NULL, &fastCoverParams, optimize, memLimit);
  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 124 static int optimize; variable
276 optimize = 1;
393 -O try to optimize code. Implies -parallel\n"));
1303 if (prev_insn.insn && seen_relaxable_p && optimize)
tc-nds32.c 93 static int optimize = 0; variable
2476 -O1, Optimize for performance\n\
2477 -Os Optimize for space\n"));
3669 optimize = 1;
3673 optimize = 0;
3905 Otherwise, it will fail to optimize labels on 4-byte boundary. (bug8454)
4548 /* Optimize for space and label exists. */
4701 if (optimize && subseg_text_p (now_seg))
5274 not, optimize option, 16 bit instruction is enable. */
5276 #define SET_ADDEND(size, convertible, optimize, insn16_on)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 124 static int optimize; variable
276 optimize = 1;
393 -O try to optimize code. Implies -parallel\n"));
1303 if (prev_insn.insn && seen_relaxable_p && optimize)
tc-nds32.c 93 static int optimize = 0; variable
2476 -O1, Optimize for performance\n\
2477 -Os Optimize for space\n"));
3668 optimize = 1;
3672 optimize = 0;
3904 Otherwise, it will fail to optimize labels on 4-byte boundary. (bug8454)
4543 /* Optimize for space and label exists. */
4696 if (optimize && subseg_text_p (now_seg))
5269 not, optimize option, 16 bit instruction is enable. */
5271 #define SET_ADDEND(size, convertible, optimize, insn16_on)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 115 bool optimize; // run optimizer member in struct:FeatureState::Param
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 77 "optimize-match-table",
663 virtual void optimize() {} function in class:__anon3491::Matcher
699 /// optimize() and emit(...) methods. Generally, both sequences of calls
702 /// addMatcher(...)*; finalize(); optimize(); emit(...); and
707 /// addMatcher(...)*; finalize(); { optimize()*; emit(...); }*
709 /// Multiple calls to optimize() are expected to be handled gracefully, though
710 /// optimize() is not expected to be idempotent. Multiple calls to finalize()
716 /// finalize() and optimize() are both allowed to mutate the contained
719 void optimize() override;
967 void optimize() override
    [all...]
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 558 unsigned int optimize: 1;
556 unsigned int optimize: 1; member in struct:bfd_link_info
hp-symtab.h 1237 unsigned int optimize: 2; /* level of optimization */ member in struct:dntt_type_func_template
1285 unsigned int optimize: 2; /* level of optimization */ member in struct:dntt_type_doc_function
1764 unsigned int optimize: 2; /* optimization level */ member in struct:quick_procedure
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 550 unsigned int optimize: 1;
548 unsigned int optimize: 1; member in struct:bfd_link_info
hp-symtab.h 1237 unsigned int optimize: 2; /* level of optimization */ member in struct:dntt_type_func_template
1285 unsigned int optimize: 2; /* level of optimization */ member in struct:dntt_type_doc_function
1764 unsigned int optimize: 2; /* optimization level */ member in struct:quick_procedure
  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 5268 /* Maybe we should find better checking to optimize
9642 case 4-4-2; 16-bit on, optimize off or optimize for space
9647 case 4-4-4; 16-bit off, optimize don't care
9652 case 4-4-4; 16-bit on, optimize for speed
9821 case 4-4-4-2; 16-bit on, optimize off or optimize for space
9828 case 4-4-4-4; 16-bit off, optimize don't care
9835 case 4-4-4-4; 16-bit on, optimize for speed
9958 case 4-4-2; 16-bit bit on, optimize off or optimize for spac
12122 int optimize = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 791 Optimize,
864 unsigned int optimize:1; member in struct:i386_opcode_modifier
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 5269 /* Maybe we should find better checking to optimize
9645 case 4-4-2; 16-bit on, optimize off or optimize for space
9650 case 4-4-4; 16-bit off, optimize don't care
9655 case 4-4-4; 16-bit on, optimize for speed
9824 case 4-4-4-2; 16-bit on, optimize off or optimize for space
9831 case 4-4-4-4; 16-bit off, optimize don't care
9838 case 4-4-4-4; 16-bit on, optimize for speed
9961 case 4-4-2; 16-bit bit on, optimize off or optimize for spac
12125 int optimize = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 778 Optimize,
851 unsigned int optimize:1; member in struct:i386_opcode_modifier

Completed in 146 milliseconds

1 2