Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.h120 tree base_object; member
186 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object
H A Dtree-ssa-loop-ivopts.cc171 tree base_object; /* A memory object to that the induction variable points. */ member
794 if (iv->base_object) in dump_iv()
797 print_generic_expr (file, iv->base_object, TDF_SLIM); in dump_iv()
1205 iv->base_object = determine_base_object (data, base); in alloc_iv()
1620 if (operand_equal_p (iv->base_object, use->iv->base_object, 0) in record_group_use()
2404 if (civ->base_object == NULL_TREE) in find_interesting_uses_address()
2467 if (iv->base_object == NULL_TREE) in find_address_like_use()
3576 if (iv->base_object != NULL && TREE_CODE (base) == POINTER_PLUS_EXPR) in add_iv_candidate_for_use()
4887 || (use->iv->base_object in get_computation_cost()
4888 && cand->iv->base_object in get_computation_cost()
[all …]
H A Dtree-data-ref.cc1314 dri->base_object = ref; in dr_analyze_indices()
1441 dri->base_object = ref; in dr_analyze_indices()
1468 if (dr->alt_indices.base_object) in free_data_ref()
3289 tree base_a = indices_a->base_object; in initialize_data_dependence_relation()
3290 tree base_b = indices_b->base_object; in initialize_data_dependence_relation()
3354 if (!a->alt_indices.base_object in initialize_data_dependence_relation()
3365 if (!b->alt_indices.base_object in initialize_data_dependence_relation()
H A DChangeLog-200410118 * tree-ssa-loop-ivopts.c (struct iv): Add base_object field.
10119 (dump_iv): Dump base_object.
10122 (alloc_iv): Initialize base_object field.
H A DChangeLog-201832525 Remove obsolete null checks of base_object. Update call to record_use.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.h120 tree base_object; member
181 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object
H A Dtree-ssa-loop-ivopts.c171 tree base_object; /* A memory object to that the induction variable points. */ member
793 if (iv->base_object) in dump_iv()
796 print_generic_expr (file, iv->base_object, TDF_SLIM); in dump_iv()
1204 iv->base_object = determine_base_object (data, base);
1621 if (operand_equal_p (iv->base_object, use->iv->base_object, 0) in record_group_use()
2403 if (civ->base_object == NULL_TREE) in find_interesting_uses_address()
2464 if (iv->base_object == NULL_TREE) in find_address_like_use()
3545 if (iv->base_object != NULL && TREE_CODE (base) == POINTER_PLUS_EXPR) in add_iv_candidate_for_use()
4856 || (use->iv->base_object in get_computation_cost()
4857 && cand->iv->base_object in get_computation_cost()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c4107 conv_base_obj_fcn_val (gfc_se * se, tree base_object, gfc_expr * expr) in conv_base_obj_fcn_val() argument
4112 if (!VAR_P (base_object)) in conv_base_obj_fcn_val()
4114 var = gfc_create_var (TREE_TYPE (base_object), NULL); in conv_base_obj_fcn_val()
4115 gfc_add_modify (&se->pre, var, base_object); in conv_base_obj_fcn_val()
4117 se->expr = gfc_class_vptr_get (base_object); in conv_base_obj_fcn_val()
5582 tree base_object; in gfc_conv_procedure_call() local
5662 base_object = NULL_TREE; in gfc_conv_procedure_call()
6119 base_object = build_fold_indirect_ref_loc (input_location, in gfc_conv_procedure_call()
7150 if (base_object == NULL_TREE) in gfc_conv_procedure_call()
7153 conv_base_obj_fcn_val (se, base_object, expr); in gfc_conv_procedure_call()
H A Dresolve.c6192 if (e->value.compcall.base_object) in extract_compcall_passed_object()
6193 po = gfc_copy_expr (e->value.compcall.base_object); in extract_compcall_passed_object()
6395 && e->value.compcall.base_object in resolve_typebound_static()
6396 && e->value.compcall.base_object->ts.type == BT_DERIVED) in resolve_typebound_static()
6402 derived = e->value.compcall.base_object->ts.u.derived; in resolve_typebound_static()
6698 expr = e->value.compcall.base_object; in resolve_typebound_function()
6817 expr = code->expr1->value.compcall.base_object; in resolve_typebound_subroutine()
H A Dgfortran.h2290 struct gfc_expr* base_object; member
H A Dgfc-internals.texi690 @code{value.compcall.base_object} overrides, if it is set, the base-object
H A Dprimary.c2378 primary->value.compcall.base_object = NULL; in gfc_match_varspec()
H A Dinterface.c4317 e->value.compcall.base_object = base; in build_compcall_for_operator()
H A Dfrontend-passes.c4967 WALK_SUBEXPR ((*e)->value.compcall.base_object); in gfc_expr_walker()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc4196 conv_base_obj_fcn_val (gfc_se * se, tree base_object, gfc_expr * expr) in conv_base_obj_fcn_val() argument
4201 if (!VAR_P (base_object)) in conv_base_obj_fcn_val()
4203 var = gfc_create_var (TREE_TYPE (base_object), NULL); in conv_base_obj_fcn_val()
4204 gfc_add_modify (&se->pre, var, base_object); in conv_base_obj_fcn_val()
4206 se->expr = gfc_class_vptr_get (base_object); in conv_base_obj_fcn_val()
6016 tree base_object; in gfc_conv_procedure_call() local
6096 base_object = NULL_TREE; in gfc_conv_procedure_call()
6551 base_object = build_fold_indirect_ref_loc (input_location, in gfc_conv_procedure_call()
7686 if (base_object == NULL_TREE) in gfc_conv_procedure_call()
7689 conv_base_obj_fcn_val (se, base_object, expr); in gfc_conv_procedure_call()
H A Dresolve.cc6314 if (e->value.compcall.base_object) in extract_compcall_passed_object()
6315 po = gfc_copy_expr (e->value.compcall.base_object); in extract_compcall_passed_object()
6517 && e->value.compcall.base_object in resolve_typebound_static()
6518 && e->value.compcall.base_object->ts.type == BT_DERIVED) in resolve_typebound_static()
6524 derived = e->value.compcall.base_object->ts.u.derived; in resolve_typebound_static()
6820 expr = e->value.compcall.base_object; in resolve_typebound_function()
6939 expr = code->expr1->value.compcall.base_object; in resolve_typebound_subroutine()
H A Dgfortran.h2579 struct gfc_expr* base_object; member
H A Dgfc-internals.texi690 @code{value.compcall.base_object} overrides, if it is set, the base-object
H A Dprimary.cc2366 primary->value.compcall.base_object = NULL; in gfc_match_varspec()
H A Dfrontend-passes.cc5247 WALK_SUBEXPR ((*e)->value.compcall.base_object); in gfc_expr_walker()
H A Dinterface.cc4520 e->value.compcall.base_object = base; in build_compcall_for_operator()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dloop.texi576 @code{a.base_object} and @code{b.base_object};
H A Dgccint.info21830 both 'a' and 'b' are represented as arrays, compare 'a.base_object'
21831 and 'b.base_object'; if they are equal, apply dependence tests (use
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dloop.texi575 @code{a.base_object} and @code{b.base_object};
H A Dgccint.info20799 both 'a' and 'b' are represented as arrays, compare 'a.base_object'
20800 and 'b.base_object'; if they are equal, apply dependence tests (use