Home
last modified time | relevance | path

Searched refs:address_p (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenoutput.c120 char address_p; member
455 d->operand[opno].address_p = this_address_p; in scan_operands()
476 d->operand[opno].address_p = 0; in scan_operands()
496 d->operand[opno].address_p = 0; in scan_operands()
H A Dtree-ssa-structalias.c2972 get_constraint_for_ssa_var (tree t, vec<ce_s> *results, bool address_p) in get_constraint_for_ssa_var() argument
2988 get_constraint_for_ssa_var (SSA_NAME_VAR (t), results, address_p); in get_constraint_for_ssa_var()
3021 if (address_p in get_constraint_for_ssa_var()
3038 if (!address_p in get_constraint_for_ssa_var()
3251 bool address_p, bool lhs_p) in get_constraint_for_component_ref() argument
3356 if (address_p) in get_constraint_for_component_ref()
3363 if (address_p && results->length () == 0) in get_constraint_for_component_ref()
3476 get_constraint_for_1 (tree t, vec<ce_s> *results, bool address_p, in get_constraint_for_1() argument
3550 if (address_p) in get_constraint_for_1()
3594 get_constraint_for_component_ref (t, results, address_p, lhs_p); in get_constraint_for_1()
[all …]
H A Dtree-ssa-loop-ivopts.c561 address_p (use_type type) in address_p() function
1606 if (address_p (type)) in record_group_use()
1617 if (!address_p (use->type)) in record_group_use()
2656 gcc_assert (address_p (group->type)); in split_small_address_groups_p()
2708 gcc_assert (address_p (use->type)); in split_address_groups()
3518 && address_p (use->type)) in add_iv_candidate_for_use()
3562 if (use != NULL && address_p (use->type)) in add_iv_candidate_for_use()
4831 struct iv_cand *cand, bool address_p, bitmap *inv_vars, in get_computation_cost() argument
4855 if (address_p in get_computation_cost()
4878 if (address_p) in get_computation_cost()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenoutput.cc120 char address_p; member
455 d->operand[opno].address_p = this_address_p; in scan_operands()
476 d->operand[opno].address_p = 0; in scan_operands()
496 d->operand[opno].address_p = 0; in scan_operands()
H A Dtree-ssa-structalias.cc2977 get_constraint_for_ssa_var (tree t, vec<ce_s> *results, bool address_p) in get_constraint_for_ssa_var() argument
2993 get_constraint_for_ssa_var (SSA_NAME_VAR (t), results, address_p); in get_constraint_for_ssa_var()
3026 if (address_p in get_constraint_for_ssa_var()
3043 if (!address_p in get_constraint_for_ssa_var()
3258 bool address_p, bool lhs_p) in get_constraint_for_component_ref() argument
3363 if (address_p) in get_constraint_for_component_ref()
3370 if (address_p && results->length () == 0) in get_constraint_for_component_ref()
3483 get_constraint_for_1 (tree t, vec<ce_s> *results, bool address_p, in get_constraint_for_1() argument
3557 if (address_p) in get_constraint_for_1()
3601 get_constraint_for_component_ref (t, results, address_p, lhs_p); in get_constraint_for_1()
[all …]
H A Dtree-ssa-loop-ivopts.cc562 address_p (use_type type) in address_p() function
1605 if (address_p (type)) in record_group_use()
1616 if (!address_p (use->type)) in record_group_use()
2659 gcc_assert (address_p (group->type)); in split_small_address_groups_p()
2711 gcc_assert (address_p (use->type)); in split_address_groups()
3549 && address_p (use->type)) in add_iv_candidate_for_use()
3593 if (use != NULL && address_p (use->type)) in add_iv_candidate_for_use()
4862 struct iv_cand *cand, bool address_p, bitmap *inv_vars, in get_computation_cost() argument
4886 if (address_p in get_computation_cost()
4909 if (address_p) in get_computation_cost()
[all …]
H A DChangeLog-201832521 (address_p): New function.
32524 (record_group_use): Add a mem_type argument. Use address_p.
32537 (split_small_address_groups_p): Use address_p.
H A DChangeLog-19997940 (constraints, op_n_alternatives, predicates, address_p): Die.
H A DChangeLog-200815000 (get_constraint_for_component_ref): Add address_p argument.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc6001 sched_attr_op_type (rtx_insn *insn, bool opx_p, bool address_p) in sched_attr_op_type() argument
6013 if (address_p) in sched_attr_op_type()
6120 m68k_sched_attr_opx_type (rtx_insn *insn, int address_p) in m68k_sched_attr_opx_type() argument
6122 switch (sched_attr_op_type (insn, true, address_p != 0)) in m68k_sched_attr_opx_type()
6163 m68k_sched_attr_opy_type (rtx_insn *insn, int address_p) in m68k_sched_attr_opy_type() argument
6165 switch (sched_attr_op_type (insn, false, address_p != 0)) in m68k_sched_attr_opy_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c6003 sched_attr_op_type (rtx_insn *insn, bool opx_p, bool address_p) in sched_attr_op_type() argument
6015 if (address_p) in sched_attr_op_type()
6122 m68k_sched_attr_opx_type (rtx_insn *insn, int address_p) in m68k_sched_attr_opx_type() argument
6124 switch (sched_attr_op_type (insn, true, address_p != 0)) in m68k_sched_attr_opx_type()
6165 m68k_sched_attr_opy_type (rtx_insn *insn, int address_p) in m68k_sched_attr_opy_type() argument
6167 switch (sched_attr_op_type (insn, false, address_p != 0)) in m68k_sched_attr_opy_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2133 build_offset_ref (tree type, tree member, bool address_p, in build_offset_ref() argument
2200 if (address_p && DECL_P (t) in build_offset_ref()
2216 else if (address_p && TREE_CODE (member) == FIELD_DECL) in build_offset_ref()
2226 if (!address_p) in build_offset_ref()
H A Dsemantics.c2117 bool address_p, in finish_qualified_id_expr() argument
2146 if (address_p && done in finish_qualified_id_expr()
3693 bool address_p, in finish_id_expression_1() argument
3925 address_p, in finish_id_expression_1()
4012 bool address_p, in finish_id_expression() argument
4022 template_p, done, address_p, template_arg_p, in finish_id_expression()
H A Dparser.c5202 bool address_p, in cp_parser_primary_expression() argument
5756 template_p, done, address_p, in cp_parser_primary_expression()
5789 bool address_p, in cp_parser_primary_expression() argument
5794 return cp_parser_primary_expression (parser, address_p, cast_p, template_arg_p, in cp_parser_primary_expression()
6883 cp_parser_postfix_expression (cp_parser *parser, bool address_p, bool cast_p, in cp_parser_postfix_expression() argument
7263 = cp_parser_primary_expression (parser, address_p, cast_p, in cp_parser_postfix_expression()
8208 bool address_p, bool cast_p, bool decltype_p) in cp_parser_unary_expression() argument
8566 return cp_parser_postfix_expression (parser, address_p, cast_p, in cp_parser_unary_expression()
9312 cp_parser_cast_expression (cp_parser *parser, bool address_p, bool cast_p, in cp_parser_cast_expression() argument
9464 return cp_parser_unary_expression (parser, pidk, address_p, in cp_parser_cast_expression()
[all …]
H A Dpt.c16239 bool done, bool address_p) in tsubst_qualified_id() argument
16367 (scope, expr, done, address_p && PTRMEM_OK_P (qualified_id), in tsubst_qualified_id()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc2371 build_offset_ref (tree type, tree member, bool address_p, in build_offset_ref() argument
2439 if (address_p && DECL_P (t) in build_offset_ref()
2455 else if (address_p && TREE_CODE (member) == FIELD_DECL) in build_offset_ref()
2465 if (!address_p) in build_offset_ref()
H A Dsemantics.cc2344 bool address_p, in finish_qualified_id_expr() argument
2376 if (address_p && done in finish_qualified_id_expr()
4026 bool address_p, in finish_id_expression_1() argument
4256 address_p, in finish_id_expression_1()
4339 bool address_p, in finish_id_expression() argument
4349 template_p, done, address_p, template_arg_p, in finish_id_expression()
H A Dparser.cc5478 bool address_p, in cp_parser_primary_expression() argument
6046 template_p, done, address_p, in cp_parser_primary_expression()
6079 bool address_p, in cp_parser_primary_expression() argument
6084 return cp_parser_primary_expression (parser, address_p, cast_p, template_arg_p, in cp_parser_primary_expression()
7219 cp_parser_postfix_expression (cp_parser *parser, bool address_p, bool cast_p, in cp_parser_postfix_expression() argument
7654 = cp_parser_primary_expression (parser, address_p, cast_p, in cp_parser_postfix_expression()
8668 bool address_p, bool cast_p, bool decltype_p) in cp_parser_unary_expression() argument
9026 return cp_parser_postfix_expression (parser, address_p, cast_p, in cp_parser_unary_expression()
9780 cp_parser_cast_expression (cp_parser *parser, bool address_p, bool cast_p, in cp_parser_cast_expression() argument
9932 return cp_parser_unary_expression (parser, pidk, address_p, in cp_parser_cast_expression()
[all …]
H A DChangeLog-2005627 parameter. Add address_p and template_arg_p. Use
652 template_p, done, address_p, and template_arg_p. Use
H A Dpt.cc16739 bool done, bool address_p) in tsubst_qualified_id() argument
16875 (scope, expr, done, address_p && PTRMEM_OK_P (qualified_id), in tsubst_qualified_id()
H A DChangeLog-20032737 * init.c (build_offset_ref): Add address_p parameter. Fold in