Home
last modified time | relevance | path

Searched refs:build_simple_mem_ref_loc (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h132 extern tree build_simple_mem_ref_loc (location_t, tree);
134 build_simple_mem_ref_loc (UNKNOWN_LOCATION, T)
H A Domp-low.c4592 t = build_simple_mem_ref_loc (clause_loc, x); in lower_rec_input_clauses()
5219 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_rec_input_clauses()
6684 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_lastprivate_clauses()
7035 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_reduction_clauses()
7102 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_reduction_clauses()
7149 tree priv = build_simple_mem_ref_loc (clause_loc, new_var); in lower_reduction_clauses()
7150 tree out = build_simple_mem_ref_loc (clause_loc, ref); in lower_reduction_clauses()
7291 ref = build_simple_mem_ref_loc (clause_loc, ref); in lower_copyprivate_clauses()
7292 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_copyprivate_clauses()
8700 ref = build_simple_mem_ref_loc (OMP_CLAUSE_LOCATION (c), refv); in lower_omp_task_reductions()
[all …]
H A Dtarghooks.c2149 addr = build_simple_mem_ref_loc (EXPR_LOCATION (addr), addr); in build_va_arg_indirect_ref()
H A Dgimplify.c4125 result = build_simple_mem_ref_loc (loc, tmp); in gimplify_cond_expr()
5325 t = build_simple_mem_ref_loc (EXPR_LOCATION (*from_p), in gimplify_modify_expr_rhs()
5711 *to_p = build_simple_mem_ref_loc (EXPR_LOCATION (*to_p), addr); in gimplify_modify_expr()
10049 = build_simple_mem_ref_loc (input_location, decl); in gimplify_adjust_omp_clauses_1()
H A Domp-expand.c3141 t = build_simple_mem_ref_loc (OMP_CLAUSE_LOCATION (c), t); in expand_omp_for_generic()
4130 t = build_simple_mem_ref_loc (OMP_CLAUSE_LOCATION (c), t); in expand_omp_for_static_nochunk()
4846 t = build_simple_mem_ref_loc (OMP_CLAUSE_LOCATION (c), t); in expand_omp_for_static_chunk()
H A Dtree.c4993 build_simple_mem_ref_loc (location_t loc, tree ptr) in build_simple_mem_ref_loc() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h144 extern tree build_simple_mem_ref_loc (location_t, tree);
146 build_simple_mem_ref_loc (UNKNOWN_LOCATION, T)
H A Domp-low.cc5153 t = build_simple_mem_ref_loc (clause_loc, x); in lower_rec_input_clauses()
5845 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_rec_input_clauses()
7380 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_lastprivate_clauses()
7740 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_reduction_clauses()
7807 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_reduction_clauses()
7855 tree priv = build_simple_mem_ref_loc (clause_loc, new_var); in lower_reduction_clauses()
7856 tree out = build_simple_mem_ref_loc (clause_loc, ref); in lower_reduction_clauses()
7997 ref = build_simple_mem_ref_loc (clause_loc, ref); in lower_copyprivate_clauses()
7998 new_var = build_simple_mem_ref_loc (clause_loc, new_var); in lower_copyprivate_clauses()
9542 ref = build_simple_mem_ref_loc (OMP_CLAUSE_LOCATION (c), refv); in lower_omp_task_reductions()
[all …]
H A Dgimplify.cc4364 result = build_simple_mem_ref_loc (loc, tmp); in gimplify_cond_expr()
5621 t = build_simple_mem_ref_loc (EXPR_LOCATION (*from_p), in gimplify_modify_expr_rhs()
6023 *to_p = build_simple_mem_ref_loc (EXPR_LOCATION (*to_p), addr); in gimplify_modify_expr()
11219 = build_simple_mem_ref_loc (input_location, decl); in gimplify_adjust_omp_clauses_1()
H A Domp-expand.cc4323 t = build_simple_mem_ref_loc (OMP_CLAUSE_LOCATION (c), t); in expand_omp_for_generic()
5323 t = build_simple_mem_ref_loc (OMP_CLAUSE_LOCATION (c), t); in expand_omp_for_static_nochunk()
6029 t = build_simple_mem_ref_loc (OMP_CLAUSE_LOCATION (c), t); in expand_omp_for_static_chunk()
H A Dtree.cc5229 build_simple_mem_ref_loc (location_t loc, tree ptr) in build_simple_mem_ref_loc() function
H A DChangeLog-2017599 (build_simple_mem_ref_loc): Treat MEM_REF offsets as poly_ints.
1220 * tree.c (build_simple_mem_ref_loc): Likewise.
4747 * tree.c (build_simple_mem_ref_loc): Handle
H A DChangeLog-201023565 (build_simple_mem_ref_loc): New function.
23567 * tree.h (build_simple_mem_ref_loc): Declare.
H A DChangeLog-201132011 * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
H A DChangeLog-20138136 (build_simple_mem_ref_loc): Moved to fold-const.h.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c1102 ret.value = build_simple_mem_ref_loc (combined_loc, op.value); in c_parser_gimple_unary_expression()
1824 build_simple_mem_ref_loc in c_parser_gimple_postfix_expression_after_primary()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc1116 ret.value = build_simple_mem_ref_loc (combined_loc, op.value); in c_parser_gimple_unary_expression()
1849 build_simple_mem_ref_loc in c_parser_gimple_postfix_expression_after_primary()