HomeSort by: relevance | last modified time | path
    Searched refs:alias_set (Results 1 - 24 of 24) sorted by relevancy

  /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);
gimple-ssa-store-merging.cc 232 tree alias_set; member in struct:__anon11208::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...]
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;
tree-core.h 1705 alias_set_type alias_set; variable
graphite-scop-detection.cc 1448 scop->drs[i].alias_set = g->vertices[i].component + 1;
expr.cc 6663 ALIAS_SET is the alias set to use for any stores.
6677 alias_set_type alias_set, bool reverse)
6707 set_mem_alias_set (target, alias_set);
6714 exp, alias_set, false, reverse);
7360 ALIAS_SET is the alias set for the destination. This value will
7372 alias_set_type alias_set, bool nontemporal, bool reverse)
7591 set_mem_alias_set (to_rtx, alias_set);
tree.h 2153 #define TYPE_ALIAS_SET(NODE) (TYPE_CHECK (NODE)->type_common.alias_set)
2158 (TYPE_CHECK (NODE)->type_common.alias_set != -1)
  /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);
gimple-ssa-store-merging.cc 232 tree alias_set; member in struct:__anon1171::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...]
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;
tree-core.h 1748 alias_set_type alias_set; variable
graphite-scop-detection.cc 1584 scop->drs[i].alias_set = g->vertices[i].component + 1;
expr.cc 7347 ALIAS_SET is the alias set to use for any stores.
7361 alias_set_type alias_set, bool reverse)
7391 set_mem_alias_set (target, alias_set);
7398 exp, alias_set, false, reverse);
8074 ALIAS_SET is the alias set for the destination. This value will
8086 alias_set_type alias_set, bool nontemporal, bool reverse)
8305 set_mem_alias_set (to_rtx, alias_set);
tree.h 2308 #define TYPE_ALIAS_SET(NODE) (TYPE_CHECK (NODE)->type_common.alias_set)
2313 (TYPE_CHECK (NODE)->type_common.alias_set != -1)
  /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/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/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/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

Completed in 159 milliseconds