| /src/external/gpl3/gcc/dist/gcc/ |
| graphite.h | 348 /* ALIAS_SET is the SCC number assigned by a graph_dfs of the alias graph. 350 int alias_set; member in struct:dr_info 352 /* Construct a DR_INFO from a data reference DR, an ALIAS_SET, and a PBB. */ 354 int alias_set = invalid_alias_set) 355 : dr (dr), pbb (pbb), alias_set (alias_set) {}
|
| graphite-sese-to-poly.cc | 472 c = isl_constraint_set_constant_si (c, -dri.alias_set); 640 dri.alias_set); 655 int alias_set = scop->max_alias_set + SSA_NAME_VERSION (var); local 657 alias_set); 663 c = isl_constraint_set_constant_si (c, -alias_set);
|
| alias.cc | 128 alias_set_type alias_set; variable 394 /* Returns a pointer to the alias set entry for ALIAS_SET, if there is 398 get_alias_set_entry (alias_set_type alias_set) 400 return (*alias_sets)[alias_set]; 864 ase->alias_set = set;
|
| gimple-ssa-store-merging.cc | 232 tree alias_set; member in struct:__anon13746::symbolic_number 339 n->base_addr = n->offset = n->alias_set = n->vuse = NULL_TREE; 432 n->alias_set = reference_alias_ptr_type (ref); 547 if (!n1->alias_set 548 || alias_ptr_types_compatible_p (n1->alias_set, n2->alias_set)) 549 n->alias_set = n1->alias_set; 551 n->alias_set = ptr_type_node; 1248 load_offset_ptr = build_int_cst (n->alias_set, load_offset) [all...] |
| tree-core.h | 1748 alias_set_type alias_set; variable
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite.h | 348 /* ALIAS_SET is the SCC number assigned by a graph_dfs of the alias graph. 350 int alias_set; member in struct:dr_info 352 /* Construct a DR_INFO from a data reference DR, an ALIAS_SET, and a PBB. */ 354 int alias_set = invalid_alias_set) 355 : dr (dr), pbb (pbb), alias_set (alias_set) {}
|
| graphite-sese-to-poly.cc | 470 c = isl_constraint_set_constant_si (c, -dri.alias_set); 638 dri.alias_set); 653 int alias_set = scop->max_alias_set + SSA_NAME_VERSION (var); local 655 alias_set); 661 c = isl_constraint_set_constant_si (c, -alias_set);
|
| alias.cc | 128 alias_set_type alias_set; variable 407 /* Returns a pointer to the alias set entry for ALIAS_SET, if there is 411 get_alias_set_entry (alias_set_type alias_set) 413 return (*alias_sets)[alias_set]; 862 ase->alias_set = set;
|
| gimple-ssa-store-merging.cc | 232 tree alias_set; member in struct:__anon16174::symbolic_number 339 n->base_addr = n->offset = n->alias_set = n->vuse = NULL_TREE; 432 n->alias_set = reference_alias_ptr_type (ref); 547 if (!n1->alias_set 548 || alias_ptr_types_compatible_p (n1->alias_set, n2->alias_set)) 549 n->alias_set = n1->alias_set; 551 n->alias_set = ptr_type_node; 1181 load_offset_ptr = build_int_cst (n->alias_set, load_offset) [all...] |
| tree-core.h | 1705 alias_set_type alias_set; variable
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| method.cc | 701 tree alias_set = build_int_cst (TREE_TYPE (current_class_ptr), 0); 703 current_class_ptr, alias_set); 705 TREE_OPERAND (parm, 0), alias_set); 699 tree alias_set = build_int_cst (TREE_TYPE (current_class_ptr), 0); local
|
| init.cc | 4839 tree alias_set = build_int_cst (build_pointer_type (type), 0); 4840 tree lhs = build2 (MEM_REF, TREE_TYPE (init), base, alias_set); 4836 tree alias_set = build_int_cst (build_pointer_type (type), 0); local
|
| call.cc | 10541 tree array_type, alias_set; local 10554 alias_set = build_int_cst (build_pointer_type (type), 0); 10556 build2 (MEM_REF, array_type, arg0, alias_set), 10557 build2 (MEM_REF, array_type, arg, alias_set));
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| method.cc | 701 tree alias_set = build_int_cst (TREE_TYPE (current_class_ptr), 0); 703 current_class_ptr, alias_set); 705 TREE_OPERAND (parm, 0), alias_set); 699 tree alias_set = build_int_cst (TREE_TYPE (current_class_ptr), 0); local
|
| init.cc | 4714 tree alias_set = build_int_cst (build_pointer_type (type), 0); 4715 tree lhs = build2 (MEM_REF, TREE_TYPE (init), base, alias_set); 4711 tree alias_set = build_int_cst (build_pointer_type (type), 0); local
|
| call.cc | 9834 tree array_type, alias_set; local 9844 alias_set = build_int_cst (build_pointer_type (type), 0); 9846 build2 (MEM_REF, array_type, arg0, alias_set), 9847 build2 (MEM_REF, array_type, arg, alias_set));
|
| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh.cc | 7423 alias_set_type alias_set; 7458 alias_set = get_varargs_alias_set (); 7459 set_mem_alias_set (regbuf, alias_set); 7412 alias_set_type alias_set; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh.cc | 7423 alias_set_type alias_set; 7458 alias_set = get_varargs_alias_set (); 7459 set_mem_alias_set (regbuf, alias_set); 7412 alias_set_type alias_set; local
|