/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | addresses.h | 27 enum rtx_code outer_code ATTRIBUTE_UNUSED, in base_reg_class() 31 return MODE_CODE_BASE_REG_CLASS (mode, as, outer_code, index_code); in base_reg_class() 54 enum rtx_code outer_code ATTRIBUTE_UNUSED, in ok_for_base_p_1() 59 outer_code, index_code); in ok_for_base_p_1() 78 enum rtx_code outer_code, enum rtx_code index_code) in regno_ok_for_base_p() argument 83 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in regno_ok_for_base_p()
|
H A D | ira-costs.c | 1002 enum rtx_code outer_code, enum rtx_code index_code) in ok_for_base_p_nonstrict() argument 1008 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in ok_for_base_p_nonstrict() 1025 int context, enum rtx_code outer_code, in record_address_regs() argument 1034 rclass = base_reg_class (mode, as, outer_code, index_code); in record_address_regs()
|
H A D | targhooks.c | 725 int outer_code ATTRIBUTE_UNUSED) in hook_bool_const_rtx_commutative_p()
|
H A D | combine.c | 9388 enum rtx_code outer_code, inner_code; in distribute_and_simplify_rtx() local 9402 outer_code = GET_CODE (x); in distribute_and_simplify_rtx() 9411 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT) in distribute_and_simplify_rtx() 9414 outer_code = IOR; in distribute_and_simplify_rtx() 9420 new_op0 = simplify_gen_binary (outer_code, mode, inner_op0, distributed); in distribute_and_simplify_rtx() 9421 new_op1 = simplify_gen_binary (outer_code, mode, inner_op1, distributed); in distribute_and_simplify_rtx() 9426 new_op0 = simplify_gen_binary (outer_code, mode, distributed, inner_op0); in distribute_and_simplify_rtx() 9427 new_op1 = simplify_gen_binary (outer_code, mode, distributed, inner_op1); in distribute_and_simplify_rtx() 9432 if (GET_CODE (tmp) != outer_code in distribute_and_simplify_rtx() 9858 enum rtx_code outer_code, HOST_WIDE_INT outer_const) in try_widen_shift_mode() argument [all …]
|
H A D | reload.c | 5498 enum rtx_code outer_code, enum rtx_code index_code, in find_reloads_address_1() argument 5513 context_reg_class = base_reg_class (mode, as, outer_code, index_code); in find_reloads_address_1() 5960 || !REG_OK_FOR_CONTEXT (context, regno, mode, as, outer_code, in find_reloads_address_1() 5993 if (!REG_OK_FOR_CONTEXT (context, regno, mode, as, outer_code, in find_reloads_address_1()
|
H A D | rtlanal.c | 3733 rtx_cost (rtx x, enum rtx_code outer_code, int opno, bool speed) in rtx_cost() argument 3781 if (targetm.rtx_costs (x, code, outer_code, opno, &total, speed)) in rtx_cost()
|
H A D | target.def | 1359 bool, (const_rtx x, int outer_code), 1704 bool, (rtx x, int code, int outer_code, int opno, int *total, bool speed),
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | addresses.h | 30 enum rtx_code outer_code ATTRIBUTE_UNUSED, in base_reg_class() 34 return MODE_CODE_BASE_REG_CLASS (MACRO_MODE (mode), as, outer_code, in base_reg_class() 58 enum rtx_code outer_code ATTRIBUTE_UNUSED, in ok_for_base_p_1() 63 outer_code, index_code); in ok_for_base_p_1() 82 enum rtx_code outer_code, enum rtx_code index_code) in regno_ok_for_base_p() argument 87 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in regno_ok_for_base_p()
|
H A D | rtlanal.c | 4181 rtx_cost (rtx x, machine_mode mode, enum rtx_code outer_code, in rtx_cost() argument 4258 if (targetm.rtx_costs (x, mode, outer_code, opno, &total, speed)) in rtx_cost() 6120 strip_address_mutations (rtx *loc, enum rtx_code *outer_code) in strip_address_mutations() argument 6144 if (outer_code) in strip_address_mutations() 6145 *outer_code = code; in strip_address_mutations() 6313 enum rtx_code outer_code, enum rtx_code index_code) in baseness() argument 6326 bool base_p = ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in baseness() 6419 addr_space_t as, enum rtx_code outer_code) in decompose_address() argument 6424 info->addr_outer_code = outer_code; in decompose_address() 6426 info->inner = strip_address_mutations (loc, &outer_code); in decompose_address() [all …]
|
H A D | ira-costs.c | 1073 enum rtx_code outer_code, enum rtx_code index_code) in ok_for_base_p_nonstrict() argument 1079 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in ok_for_base_p_nonstrict() 1096 int context, enum rtx_code outer_code, in record_address_regs() argument 1105 rclass = base_reg_class (mode, as, outer_code, index_code); in record_address_regs()
|
H A D | combine.c | 9976 enum rtx_code outer_code, inner_code; in distribute_and_simplify_rtx() local 9990 outer_code = GET_CODE (x); in distribute_and_simplify_rtx() 9999 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT) in distribute_and_simplify_rtx() 10002 outer_code = IOR; in distribute_and_simplify_rtx() 10008 new_op0 = simplify_gen_binary (outer_code, mode, inner_op0, distributed); in distribute_and_simplify_rtx() 10009 new_op1 = simplify_gen_binary (outer_code, mode, inner_op1, distributed); in distribute_and_simplify_rtx() 10014 new_op0 = simplify_gen_binary (outer_code, mode, distributed, inner_op0); in distribute_and_simplify_rtx() 10015 new_op1 = simplify_gen_binary (outer_code, mode, distributed, inner_op1); in distribute_and_simplify_rtx() 10020 if (GET_CODE (tmp) != outer_code in distribute_and_simplify_rtx() 10443 enum rtx_code outer_code, HOST_WIDE_INT outer_const) in try_widen_shift_mode() argument [all …]
|
H A D | targhooks.c | 955 int outer_code ATTRIBUTE_UNUSED) in hook_bool_const_rtx_commutative_p()
|
H A D | reload.c | 5479 enum rtx_code outer_code, enum rtx_code index_code, in find_reloads_address_1() argument 5495 context_reg_class = base_reg_class (mode, as, outer_code, index_code); in find_reloads_address_1() 5948 || !REG_OK_FOR_CONTEXT (context, regno, mode, as, outer_code, in find_reloads_address_1() 5981 if (!REG_OK_FOR_CONTEXT (context, regno, mode, as, outer_code, in find_reloads_address_1()
|
H A D | lra-constraints.c | 649 enum rtx_code outer_code, enum rtx_code index_code) in ok_for_base_p_nonstrict() argument 655 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in ok_for_base_p_nonstrict()
|
H A D | target.def | 2792 PLUS to be commutative inside a MEM@. @var{outer_code} is the rtx code\n\ 2794 bool, (const_rtx x, int outer_code), 3729 as operand @var{opno} of an expression with rtx code @var{outer_code}.\n\ 3731 that @samp{GET_CODE (@var{y}) == @var{outer_code}} and such that\n\ 3754 bool, (rtx x, machine_mode mode, int outer_code, int opno, int *total, bool speed),
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 31539 enum rtx_code outer_code = (enum rtx_code) outer_code_i; in ix86_rtx_costs() local 31741 + rtx_cost (op0, outer_code, opno, speed) in ix86_rtx_costs() 31742 + rtx_cost (op1, outer_code, opno, speed)); in ix86_rtx_costs() 31777 outer_code, opno, speed); in ix86_rtx_costs() 31779 outer_code, opno, speed); in ix86_rtx_costs() 31780 *total += rtx_cost (XEXP (x, 1), outer_code, opno, speed); in ix86_rtx_costs() 31792 outer_code, opno, speed); in ix86_rtx_costs() 31793 *total += rtx_cost (XEXP (x, 1), outer_code, opno, speed); in ix86_rtx_costs() 31801 outer_code, opno, speed); in ix86_rtx_costs() 31803 outer_code, opno, speed); in ix86_rtx_costs() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 40800 enum rtx_code outer_code = (enum rtx_code) outer_code_i; in ix86_rtx_costs() local 41015 + rtx_cost (op0, mode, outer_code, opno, speed) in ix86_rtx_costs() 41016 + rtx_cost (op1, mode, outer_code, opno, speed)); in ix86_rtx_costs() 41044 outer_code, opno, speed); in ix86_rtx_costs() 41046 outer_code, opno, speed); in ix86_rtx_costs() 41048 outer_code, opno, speed); in ix86_rtx_costs() 41060 outer_code, opno, speed); in ix86_rtx_costs() 41062 outer_code, opno, speed); in ix86_rtx_costs() 41075 outer_code, opno, speed); in ix86_rtx_costs() 41079 outer_code, opno, speed); in ix86_rtx_costs() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | tm.texi | 2454 @defmac MODE_CODE_BASE_REG_CLASS (@var{mode}, @var{address_space}, @var{outer_code}, @var{index_cod… 2457 space @var{address_space} must belong. @var{outer_code} and @var{index_code} 2458 define the context in which the base register occurs. @var{outer_code} is 2462 index expression if @var{outer_code} is @code{PLUS}; @code{SCRATCH} otherwise. 2500 @defmac REGNO_MODE_CODE_OK_FOR_BASE_P (@var{num}, @var{mode}, @var{address_space}, @var{outer_code}… 2506 appears in the memory reference. @var{outer_code} is the code of the 2510 corresponding index expression if @var{outer_code} is @code{PLUS}; 6437 @deftypefn {Target Hook} bool TARGET_RTX_COSTS (rtx @var{x}, int @var{code}, int @var{outer_code}, … 6442 as operand @var{opno} of an expression with rtx code @var{outer_code}. 6444 that @samp{GET_CODE (@var{y}) == @var{outer_code}} and such that [all …]
|
H A D | tm.texi.in | 2432 @defmac MODE_CODE_BASE_REG_CLASS (@var{mode}, @var{address_space}, @var{outer_code}, @var{index_cod… 2435 space @var{address_space} must belong. @var{outer_code} and @var{index_code} 2436 define the context in which the base register occurs. @var{outer_code} is 2440 index expression if @var{outer_code} is @code{PLUS}; @code{SCRATCH} otherwise. 2478 @defmac REGNO_MODE_CODE_OK_FOR_BASE_P (@var{num}, @var{mode}, @var{address_space}, @var{outer_code}… 2484 appears in the memory reference. @var{outer_code} is the code of the 2488 corresponding index expression if @var{outer_code} is @code{PLUS}; 6364 as operand @var{opno} of an expression with rtx code @var{outer_code}. 6366 that @samp{GET_CODE (@var{y}) == @var{outer_code}} and such that 10897 PLUS to be commutative inside a MEM@. @var{outer_code} is the rtx code
|