| /src/external/gpl3/gcc/dist/gcc/ |
| tree-data-ref.h | 104 BASE_OBJECT is the part of the reference that is loop-invariant 107 not recommended to use BASE_OBJECT in any code generation). 110 base_object: a *(p + x + 4B * j_0) 120 tree base_object; member in struct:indices 125 /* Whether BASE_OBJECT is an access representing the whole object 186 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object
|
| tree-ssa-loop-ivopts.cc | 171 tree base_object; /* A memory object to that the induction variable points. */ member in struct:iv 794 if (iv->base_object) 797 print_generic_expr (file, iv->base_object, TDF_SLIM); 1207 iv->base_object = determine_base_object (data, base); 1626 if (operand_equal_p (iv->base_object, use->iv->base_object, 0) 2410 if (civ->base_object == NULL_TREE) 2483 if (iv->base_object == NULL_TREE) 3614 /* Record common candidate with base_object removed in base. */ 3617 if (iv->base_object != NULL && TREE_CODE (base) == POINTER_PLUS_EXPR [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-data-ref.h | 104 BASE_OBJECT is the part of the reference that is loop-invariant 107 not recommended to use BASE_OBJECT in any code generation). 110 base_object: a *(p + x + 4B * j_0) 120 tree base_object; member in struct:indices 125 /* Whether BASE_OBJECT is an access representing the whole object 186 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object
|
| tree-ssa-loop-ivopts.cc | 171 tree base_object; /* A memory object to that the induction variable points. */ member in struct:iv 794 if (iv->base_object) 797 print_generic_expr (file, iv->base_object, TDF_SLIM); 1205 iv->base_object = determine_base_object (data, base); 1621 if (operand_equal_p (iv->base_object, use->iv->base_object, 0) 2405 if (civ->base_object == NULL_TREE) 2468 if (iv->base_object == NULL_TREE) 3574 /* Record common candidate with base_object removed in base. */ 3577 if (iv->base_object != NULL && TREE_CODE (base) == POINTER_PLUS_EXPR [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-expr.cc | 4311 conv_base_obj_fcn_val (gfc_se * se, tree base_object, gfc_expr * expr) 4316 if (!VAR_P (base_object)) 4318 var = gfc_create_var (TREE_TYPE (base_object), NULL); 4319 gfc_add_modify (&se->pre, var, base_object); 4321 se->expr = gfc_class_vptr_get (base_object); 6353 tree base_object; local 6434 base_object = NULL_TREE; 6932 base_object = build_fold_indirect_ref_loc (input_location, 8190 if (base_object == NULL_TREE) 8193 conv_base_obj_fcn_val (se, base_object, expr) [all...] |
| gfortran.h | 2673 struct gfc_expr* base_object; member in struct:gfc_expr::__anon13641::__anon13644
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-expr.cc | 4209 conv_base_obj_fcn_val (gfc_se * se, tree base_object, gfc_expr * expr) 4214 if (!VAR_P (base_object)) 4216 var = gfc_create_var (TREE_TYPE (base_object), NULL); 4217 gfc_add_modify (&se->pre, var, base_object); 4219 se->expr = gfc_class_vptr_get (base_object); 6035 tree base_object; local 6115 base_object = NULL_TREE; 6576 base_object = build_fold_indirect_ref_loc (input_location, 7711 if (base_object == NULL_TREE) 7714 conv_base_obj_fcn_val (se, base_object, expr) [all...] |
| gfortran.h | 2583 struct gfc_expr* base_object; member in struct:gfc_expr::__anon16074::__anon16077
|