| /openbsd/src/gnu/gcc/gcc/ |
| D | lcm.c | 182 sbitmap *earliest) in compute_earliest() argument 198 sbitmap_copy (earliest[x], antin[succ->index]); in compute_earliest() 202 sbitmap_zero (earliest[x]); in compute_earliest() 208 sbitmap_a_and_b_or_c (earliest[x], difference, in compute_earliest() 248 compute_laterin (struct edge_list *edge_list, sbitmap *earliest, in compute_laterin() argument 286 sbitmap_copy (later[(size_t) e->aux], earliest[(size_t) e->aux]); in compute_laterin() 321 earliest[(size_t) e->aux], in compute_laterin() 383 sbitmap *antin, *antout, *earliest; in pre_edge_lcm() local 425 earliest = sbitmap_vector_alloc (num_edges, n_exprs); in pre_edge_lcm() 426 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm() [all …]
|
| D | ifcvt.c | 1479 rtx *earliest) in noce_get_alt_condition() argument 1487 *earliest = if_info->cond_earliest; in noce_get_alt_condition() 1594 *earliest = if_info->cond_earliest; in noce_get_alt_condition() 1600 earliest, target, false, true); in noce_get_alt_condition() 1608 for (insn = if_info->jump; insn != *earliest; insn = PREV_INSN (insn)) in noce_get_alt_condition() 1613 for (insn = *earliest; insn != if_info->jump; insn = NEXT_INSN (insn)) in noce_get_alt_condition() 1627 rtx cond, earliest, target, seq; in noce_try_minmax() local 1642 cond = noce_get_alt_condition (if_info, if_info->a, &earliest); in noce_try_minmax() 1714 if_info->cond_earliest = earliest; in noce_try_minmax() 1724 rtx cond, earliest, target, seq, a, b, c; in noce_try_abs() local [all …]
|
| D | rtlanal.c | 4333 canonicalize_condition (rtx insn, rtx cond, int reverse, rtx *earliest, in canonicalize_condition() argument 4355 if (earliest) in canonicalize_condition() 4356 *earliest = insn; in canonicalize_condition() 4384 if (earliest) in canonicalize_condition() 4385 *earliest = prev; in canonicalize_condition() 4513 if (earliest) in canonicalize_condition() 4514 *earliest = prev; in canonicalize_condition() 4597 get_condition (rtx jump, rtx *earliest, int allow_cc_mode, int valid_at_insn_p) in get_condition() argument 4617 return canonicalize_condition (jump, cond, reverse, earliest, NULL_RTX, in get_condition()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | lcm.c | 189 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest) in compute_earliest() argument 192 sbitmap *antin, *antout, *avout, *kill, *earliest; 208 sbitmap_copy (earliest[x], antin[succ->index]); 212 sbitmap_zero (earliest[x]); 218 sbitmap_a_and_b_or_c (earliest[x], difference, 258 compute_laterin (edge_list, earliest, antloc, later, laterin) in compute_laterin() argument 260 sbitmap *earliest, *antloc, *later, *laterin; 296 sbitmap_copy (later[(size_t) e->aux], earliest[(size_t) e->aux]); 330 earliest[(size_t) e->aux], 398 sbitmap *antin, *antout, *earliest; local [all …]
|
| D | ifcvt.c | 1265 noce_get_alt_condition (if_info, target, earliest) in noce_get_alt_condition() argument 1268 rtx *earliest; 1276 *earliest = if_info->cond_earliest; 1383 *earliest = if_info->cond_earliest; 1389 earliest, target); 1397 for (insn = if_info->jump; insn != *earliest; insn = PREV_INSN (insn)) 1402 for (insn = *earliest; insn != if_info->jump; insn = NEXT_INSN (insn)) 1417 rtx cond, earliest, target, seq; local 1432 cond = noce_get_alt_condition (if_info, if_info->a, &earliest); 1506 if_info->cond_earliest = earliest; [all …]
|
| D | predict.c | 490 rtx cond, earliest; local 535 cond = get_condition (last_insn, &earliest);
|
| D | rtlanal.c | 360 get_jump_table_offset (insn, earliest) in get_jump_table_offset() argument 362 rtx *earliest; 485 if (earliest) 486 *earliest = insn;
|
| D | gcse.c | 5848 rtx condition, earliest; local 5859 condition = get_condition (last_insn, &earliest); 5871 if (earliest == last_insn) 5873 else if (earliest == prev_nonnote_insn (last_insn)) 5894 delete_insn (earliest); 5976 rtx condition, earliest, reg; local 5985 condition = get_condition (last_insn, &earliest);
|
| D | loop.c | 9318 canonicalize_condition (insn, cond, reverse, earliest, want_reg) in canonicalize_condition() argument 9322 rtx *earliest; 9343 if (earliest) 9344 *earliest = insn; 9371 if (earliest) 9372 *earliest = prev; 9491 if (earliest) 9492 *earliest = prev; 9569 get_condition (jump, earliest) in get_condition() argument 9571 rtx *earliest; [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | darwin.opt | 28 The earliest MacOS X version on which this program will run
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlrequick.pod | 64 Perl will always match at the earliest possible point in the string: 139 the class, the earliest point at which the regex can match is C<'a'>. 261 earliest possible point in the string. At each character position,
|
| D | perlretut.pod | 169 always match at the earliest possible point in the string: 350 string is the earliest point at which the regexp can match. 603 regexp at the earliest possible point in the string. At each 1133 earliest possible position in the string. 1160 determining how the regexp matches at that earliest character 1171 This regexp matches at the earliest string position, C<'T'>. One 1179 Here, The earliest possible match is at the first C<'m'> in 1196 Here, C<.?> eats its maximal one character at the earliest possible 1295 earliest at position C<'a'>, so it does. The second quantifier is
|
| D | perlgit.pod | 368 earliest stable version for which the test case passes. Run
|
| D | perl5360delta.pod | 1439 key would persist until the earliest of
|
| D | perldocstyle.pod | 981 Larry Wall set forth in the language's earliest days: Write both
|
| D | perlunicode.pod | 2082 v5.20 and v5.22, however, the earliest usable version is Unicode 5.1.
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| D | HACKERS | 94 the earliest perls that Devel::PPPort runs on). 403 except they indicate the earliest release that F<ppport.h> supports the
|
| /openbsd/src/sys/arch/amd64/stand/boot/ |
| D | boot.8 | 197 at the earliest convenient point.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-xtensa.c | 581 xtensa_setup_hw_workarounds (int earliest, int latest) in xtensa_setup_hw_workarounds() argument 583 if (earliest > latest) in xtensa_setup_hw_workarounds() 587 if (earliest < 105000 || latest < 105000) in xtensa_setup_hw_workarounds() 856 int earliest, latest = 0; in md_parse_option() local 860 earliest = strtol (arg, &arg, 0); in md_parse_option() 863 latest = earliest; in md_parse_option() 873 xtensa_setup_hw_workarounds (earliest, latest); in md_parse_option()
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | FileCheck.rst | 118 ``<value>`` that appears earliest in the list below has precedence. The 138 earliest in the list below has precedence. The default is ``error`` when
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | chrono | 666 enum class choose {earliest, latest};
|
| /openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| D | perlxstut.pod | 47 In MakeMaker-based installations, F<Makefile.PL> provides the earliest
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | Glossary | 4676 This number describes the earliest compatible PERL_REVISION of 4683 This number describes the earliest compatible PERL_SUBVERSION of 4690 This number describes the earliest compatible PERL_VERSION of
|
| /openbsd/src/share/zoneinfo/datfiles/ |
| D | asia | 1359 # Indonesia until 1945-09-01 00:00 at the earliest (in Jakarta) and 1362 # These would be the earliest possible times for a change.
|
| D | southamerica | 622 # The earliest issue of the SSIM I have is 2/91. Each issue from then until
|