Home
last modified time | relevance | path

Searched refs:BRANCH_COST (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/gcc/
HDifcvt.c68 #define MAX_CONDITIONAL_EXECUTE (BRANCH_COST + 1)
943 || BRANCH_COST >= 2)) in noce_try_store_flag_constants()
946 && (STORE_FLAG_VALUE == 1 || BRANCH_COST >= 2)) in noce_try_store_flag_constants()
950 || BRANCH_COST >= 2)) in noce_try_store_flag_constants()
953 && (STORE_FLAG_VALUE == -1 || BRANCH_COST >= 2)) in noce_try_store_flag_constants()
955 else if ((BRANCH_COST >= 2 && STORE_FLAG_VALUE == -1) in noce_try_store_flag_constants()
956 || BRANCH_COST >= 3) in noce_try_store_flag_constants()
1088 if (BRANCH_COST >= 2 in noce_try_addcc()
1140 && (BRANCH_COST >= 2 in noce_try_store_flag_mask()
1298 && BRANCH_COST >= 5) in noce_try_cmove_arith()
[all …]
HDexpr.h39 #ifndef BRANCH_COST
40 #define BRANCH_COST 1 macro
HDdojump.c518 if (BRANCH_COST >= 4 || TREE_SIDE_EFFECTS (TREE_OPERAND (exp, 1))) in do_jump()
538 if (BRANCH_COST >= 4 || TREE_SIDE_EFFECTS (TREE_OPERAND (exp, 1))) in do_jump()
HDexpmed.c3611 if (BRANCH_COST >= 2 in expand_smod_pow2()
3711 if (d == 2 && BRANCH_COST >= 1) in expand_sdiv_pow2()
3721 if (BRANCH_COST >= 2) in expand_sdiv_pow2()
3750 if (BRANCH_COST >= 2) in expand_sdiv_pow2()
5388 if (BRANCH_COST > 0 in emit_store_flag()
5411 if (BRANCH_COST == 0 in emit_store_flag()
5414 && (BRANCH_COST <= 1 || (code != LE && code != GT)))) in emit_store_flag()
5510 if (tem == 0 && (code == NE || BRANCH_COST > 1)) in emit_store_flag()
HDoptabs.c2857 if (GET_MODE_CLASS (mode) == MODE_INT && BRANCH_COST >= 2) in expand_abs_nojump()
HDfold-const.c4873 #define LOGICAL_OP_NON_SHORT_CIRCUIT (BRANCH_COST >= 2)
5121 if (BRANCH_COST >= 2 in fold_truthop()
HDChangeLog-20021530 reversed BRANCH_COST test; be curefull about infinite recursion.
5209 (ix86_expand_int_movcc): Use BRANCH_COST.
23667 * config/sparc/sparc.h (BRANCH_COST, PREFETCH_BLOCK,
25154 * config/sparc/sparc.h (BRANCH_COST): Define.
25156 * fold-const.c (BRANCH_COST): Don't provide default here, expr.h
32035 (BRANCH_COST): Adjust.
HDFSFChangeLog.1111272 (override_options): Added -mbranch-cost to set BRANCH_COST.
13474 * i386.h (TARGET_PENTIUMPRO, TARGET_CMOVE, BRANCH_COST,
HDChangeLog-200411102 * i386.c (athlon_cost, k8_cost): Set BRANCH_COST to 5.
12414 insn_rtx_cost of both branches > BRANCH_COST
23398 threshold for using a branchless implementation to BRANCH_COST >= 2.
25574 BRANCH_COST insns.
35578 (BRANCH_COST): Fix whitespace.
HDChangeLog-20007001 * config/avr/avr.h (BRANCH_COST): Define as 0.
18385 find_cross_jump on BRANCH_COST.
19400 * config/ia64/ia64.h (BRANCH_COST): Define.
HDChangeLog-19996818 * pa.h (BRANCH_COST): Define.
14396 * sh.h (BRANCH_COST): Define.
HDChangeLog-200610358 (BRANCH_COST, PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES): Likewise.
HDChangeLog-200515924 * expr.c (do_store_flag): Remove check for non-negative BRANCH_COST.
16385 (BRANCH_COST): Ditto.
HDChangeLog-200325639 macro defaulting to original BRANCH_COST heuristic.
/NextBSD/contrib/gcc/config/s390/
HDs390.h769 #define BRANCH_COST 1 macro
/NextBSD/contrib/gcc/config/ia64/
HDia64.h1446 #define BRANCH_COST 6 macro
/NextBSD/contrib/gcc/config/sparc/
HDsparc.h2169 #define BRANCH_COST \ macro
/NextBSD/contrib/gcc/config/i386/
HDi386.h1882 #define BRANCH_COST ix86_branch_cost macro
HDi386.c11518 && BRANCH_COST >= 2) in ix86_expand_int_movcc()
11596 if (BRANCH_COST <= 2) in ix86_expand_int_movcc()
/NextBSD/contrib/gcc/config/mips/
HDmips.h2321 #define BRANCH_COST mips_cost->branch_cost macro
/NextBSD/contrib/gcc/config/arm/
HDarm.h2098 #define BRANCH_COST \ macro
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.h880 #define BRANCH_COST 3 macro
/NextBSD/contrib/gcc/doc/
HDtm.texi5611 @defmac BRANCH_COST
5759 @code{BRANCH_COST} is greater than or equal to the value 2.
9589 @code{BRANCH_COST}+1 is the default if the machine does not use cc0, and