Home
last modified time | relevance | path

Searched refs:trial (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/
Dreorg.c609 rtx trial, seq_insn, seq, prev; in delete_from_delay_slot() local
618 for (trial = insn; in delete_from_delay_slot()
619 PREV_INSN (NEXT_INSN (trial)) == trial; in delete_from_delay_slot()
620 trial = NEXT_INSN (trial)) in delete_from_delay_slot()
623 seq_insn = PREV_INSN (NEXT_INSN (trial)); in delete_from_delay_slot()
639 trial = XVECEXP (seq, 0, 0); in delete_from_delay_slot()
641 add_insn_after (trial, prev); in delete_from_delay_slot()
645 emit_barrier_after (trial); in delete_from_delay_slot()
650 trial = emit_delay_sequence (trial, delay_list, XVECLEN (seq, 0) - 2); in delete_from_delay_slot()
651 else if (INSN_P (trial)) in delete_from_delay_slot()
[all …]
Dcse.c5543 rtx trial; in cse_insn() local
5588 trial = src_folded, src_folded_cost = MAX_COST; in cse_insn()
5591 rtx forced = force_const_mem (mode, trial); in cse_insn()
5593 trial = forced; in cse_insn()
5603 trial = src, src_cost = MAX_COST; in cse_insn()
5609 trial = copy_rtx (src_eqv_here), src_eqv_cost = MAX_COST; in cse_insn()
5613 trial = copy_rtx (src_related), src_related_cost = MAX_COST; in cse_insn()
5616 trial = copy_rtx (elt->exp); in cse_insn()
5631 && (trial == pc_rtx in cse_insn()
5632 || (GET_CODE (trial) == LABEL_REF in cse_insn()
[all …]
Demit-rtl.c3103 try_split (rtx pat, rtx trial, int last) in try_split() argument
3105 rtx before = PREV_INSN (trial); in try_split()
3106 rtx after = NEXT_INSN (trial); in try_split()
3114 if (any_condjump_p (trial) in try_split()
3115 && (note = find_reg_note (trial, REG_BR_PROB, 0))) in try_split()
3119 seq = split_insns (pat, trial); in try_split()
3132 return trial; in try_split()
3141 return trial; in try_split()
3173 if (CALL_P (trial)) in try_split()
3181 *p = CALL_INSN_FUNCTION_USAGE (trial); in try_split()
[all …]
Dresource.c1299 mark_end_of_function_resources (rtx trial, int include_delayed_effects) in mark_end_of_function_resources() argument
1301 mark_referenced_resources (trial, &end_of_function_needs, in mark_end_of_function_resources()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreorg.c585 rtx trial, seq_insn, seq, prev; local
593 for (trial = insn;
594 PREV_INSN (NEXT_INSN (trial)) == trial;
595 trial = NEXT_INSN (trial))
598 seq_insn = PREV_INSN (NEXT_INSN (trial));
611 trial = XVECEXP (seq, 0, 0);
613 add_insn_after (trial, prev);
615 if (GET_CODE (trial) == JUMP_INSN
616 && (simplejump_p (trial) || GET_CODE (PATTERN (trial)) == RETURN))
617 emit_barrier_after (trial);
[all …]
Demit-rtl.c3263 try_split (pat, trial, last) in try_split() argument
3264 rtx pat, trial; in try_split()
3267 rtx before = PREV_INSN (trial);
3268 rtx after = NEXT_INSN (trial);
3276 if (any_condjump_p (trial)
3277 && (note = find_reg_note (trial, REG_BR_PROB, 0)))
3281 seq = split_insns (pat, trial);
3294 return trial;
3303 return trial;
3336 if (GET_CODE (trial) == CALL_INSN)
[all …]
Dcse.c5521 rtx trial; local
5566 trial = src_folded, src_folded_cost = MAX_COST;
5568 trial = force_const_mem (mode, trial);
5577 trial = src, src_cost = MAX_COST;
5583 trial = copy_rtx (src_eqv_here), src_eqv_cost = MAX_COST;
5587 trial = copy_rtx (src_related), src_related_cost = MAX_COST;
5590 trial = copy_rtx (elt->exp);
5605 && (trial == pc_rtx
5606 || (GET_CODE (trial) == LABEL_REF
5609 SET_SRC (sets[i].rtl) = trial;
[all …]
Dresource.c1303 mark_end_of_function_resources (trial, include_delayed_effects) in mark_end_of_function_resources() argument
1304 rtx trial; in mark_end_of_function_resources()
1307 mark_referenced_resources (trial, &end_of_function_needs,
/openbsd/src/regress/usr.bin/ssh/
Dpercent.sh18 trial() function
76 trial $i '%T' NONE
82 trial $i '%C' $HASH
84 trial $i '%%' '%'
85 trial $i '%i' $USERID
86 trial $i '%h' 127.0.0.1
87 trial $i '%L' $HOST
88 trial $i '%l' $HOSTNAME
89 trial $i '%n' somehost
90 trial $i '%k' localhost-with-alias
[all …]
Dcfginclude.sh86 trial() { function
97 trial a aa
98 trial b bb
99 trial c ccc
100 trial d dd
101 trial e ee
102 trial f fff
103 trial m xxxx
104 trial n xxxx
105 trial x x
[all …]
Dservcfginclude.sh83 trial() { function
98 trial a /aa
99 trial b /bb
100 trial c /ccc
101 trial d /dd
102 trial e /ee
103 trial f /fff
104 trial m /xxxx
105 trial n /xxxx
106 trial x none
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
Dstrct-pack-1.c17 TRIAL trial; in main() local
19 trial.s = 1; in main()
20 trial.d = 16.0; in main()
22 if (check (&trial) != 0) in main()
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dglobvar.t26 my $trial = "$Config{nm} -P globals$Config{_o} 2>&1";
27 my $yes = `$trial`;
29 skip_all("Could not run `$trial`") if $?;
33 skip_all("Could not spot definition of PL_Yes in output of `$trial`")
/openbsd/src/usr.sbin/lpr/common_source/
Dcommon.c118 int refuse, trial; in getport() local
144 refuse = trial = 0; in getport()
146 trial++; in getport()
177 if (s < 0 && trial == refuse && timo <= 16) { in getport()
186 trial = 1; in getport()
187 setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, &trial, sizeof(trial)); in getport()
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
DCalc.pm1690 my $trial = $c->_pow($c->_copy($base), $x);
1691 my $acmp = $c->_acmp($trial, $x_org);
1700 $c->_mul($trial, $base);
1702 $acmp = $c->_acmp($trial, $x_org);
1708 $c->_div($trial, $base);
1710 $acmp = $c->_acmp($trial, $x_org);
1808 my $trial = $c -> _pow($c -> _copy($base), $x);
1809 $acmp = $c -> _acmp($trial, $x_orig);
1814 $c -> _div($trial, $base);
1816 $acmp = $c -> _acmp($trial, $x_orig);
[all …]
DLib.pm748 my $trial = $class -> _pow($class -> _copy($base), $y);
749 my $acmp = $class -> _acmp($trial, $x);
754 $trial = $class -> _mul($trial, $base);
756 $acmp = $class -> _acmp($trial, $x);
762 $trial = $class -> _div($trial, $base);
764 $acmp = $class -> _acmp($trial, $x);
/openbsd/src/gnu/usr.bin/perl/t/
Dloc_tools.pl420 foreach my $trial (keys %category_name) {
421 if ($category_name{$trial} eq $name) {
422 $number = $trial;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dsparc.c2848 eligible_for_epilogue_delay (trial, slot) in eligible_for_epilogue_delay() argument
2849 rtx trial; in eligible_for_epilogue_delay()
2857 if (GET_CODE (trial) != INSN || GET_CODE (PATTERN (trial)) != SET)
2860 if (get_attr_length (trial) != 1)
2879 return ((get_attr_in_uncond_branch_delay (trial)
2884 pat = PATTERN (trial);
2898 && (get_attr_in_uncond_branch_delay (trial) == IN_BRANCH_DELAY_TRUE))
2931 && (get_attr_in_uncond_branch_delay (trial) == IN_BRANCH_DELAY_TRUE))
2976 eligible_for_sibcall_delay (trial) in eligible_for_sibcall_delay() argument
2977 rtx trial; in eligible_for_sibcall_delay()
[all …]
Dsparc.h1903 #define ELIGIBLE_FOR_EPILOGUE_DELAY(trial, slots_filled) \ argument
1904 (TARGET_FLAT ? sparc_flat_eligible_for_epilogue_delay (trial, slots_filled) \
1905 : eligible_for_epilogue_delay (trial, slots_filled))
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arc/
Darc.c1401 arc_eligible_for_epilogue_delay (trial, slot) in arc_eligible_for_epilogue_delay() argument
1402 rtx trial; in arc_eligible_for_epilogue_delay()
1408 if (get_attr_length (trial) == 1
1417 && ! reg_mentioned_p (stack_pointer_rtx, PATTERN (trial))
1418 && ! reg_mentioned_p (frame_pointer_rtx, PATTERN (trial)))
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.c2453 tls_call_delay (rtx trial) in tls_call_delay() argument
2464 pat = PATTERN (trial); in tls_call_delay()
2494 eligible_for_restore_insn (rtx trial, bool return_p) in eligible_for_restore_insn() argument
2496 rtx pat = PATTERN (trial); in eligible_for_restore_insn()
2525 && (get_attr_in_uncond_branch_delay (trial) in eligible_for_restore_insn()
2565 eligible_for_return_delay (rtx trial) in eligible_for_return_delay() argument
2569 if (GET_CODE (trial) != INSN || GET_CODE (PATTERN (trial)) != SET) in eligible_for_return_delay()
2572 if (get_attr_length (trial) != 1) in eligible_for_return_delay()
2587 return get_attr_in_uncond_branch_delay (trial) in eligible_for_return_delay()
2590 pat = PATTERN (trial); in eligible_for_return_delay()
[all …]
/openbsd/src/gnu/gcc/gcc/config/arc/
Darc.c1432 arc_eligible_for_epilogue_delay (rtx trial, int slot) in arc_eligible_for_epilogue_delay() argument
1436 if (get_attr_length (trial) == 1 in arc_eligible_for_epilogue_delay()
1445 && ! reg_mentioned_p (stack_pointer_rtx, PATTERN (trial)) in arc_eligible_for_epilogue_delay()
1446 && ! reg_mentioned_p (frame_pointer_rtx, PATTERN (trial))) in arc_eligible_for_epilogue_delay()
/openbsd/src/gnu/usr.bin/perl/
Dlocale.c8636 #define GET_DESCRIPTION(trial, name) \ argument
8639 : ((trial == (system_default_trial) \
8934 trials trial; in Perl_init_i18nl10n() local
8946 trial = dummy_trial; in Perl_init_i18nl10n()
8947 while (trial != beyond_final_trial) { in Perl_init_i18nl10n()
8953 trial = (trials) ((int) trial + 1); /* Casts are needed for g++ */ in Perl_init_i18nl10n()
8958 switch (trial) { in Perl_init_i18nl10n()
9040 if (trial == 0 && locwarn) { in Perl_init_i18nl10n()
9049 bool dowarn = trial == 0 && locwarn; in Perl_init_i18nl10n()
9095 if (UNLIKELY(trial != 0)) { in Perl_init_i18nl10n()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c1350 tree trial = common_base_type (basetype, tt2); local
1351 if (trial)
1353 if (trial == error_mark_node)
1354 return trial;
1356 best = trial;
1357 else if (best != trial)
1366 tree trial = common_base_type (tt1, basetype); local
1367 if (trial)
1369 if (trial == error_mark_node)
1370 return trial;
[all …]
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c1174 tree trial = common_base_type (basetype, tt2); in common_base_type() local
1176 if (trial) in common_base_type()
1178 if (trial == error_mark_node) in common_base_type()
1179 return trial; in common_base_type()
1181 best = trial; in common_base_type()
1182 else if (best != trial) in common_base_type()
1191 tree trial = common_base_type (tt1, basetype); in common_base_type() local
1193 if (trial) in common_base_type()
1195 if (trial == error_mark_node) in common_base_type()
1196 return trial; in common_base_type()
[all …]

12