/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 132 extern tree build_simple_mem_ref_loc (location_t, tree); 134 build_simple_mem_ref_loc (UNKNOWN_LOCATION, T)
|
H A D | omp-low.c | 4592 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 D | targhooks.c | 2149 addr = build_simple_mem_ref_loc (EXPR_LOCATION (addr), addr); in build_va_arg_indirect_ref()
|
H A D | gimplify.c | 4125 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 D | omp-expand.c | 3141 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 D | tree.c | 4993 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 D | fold-const.h | 144 extern tree build_simple_mem_ref_loc (location_t, tree); 146 build_simple_mem_ref_loc (UNKNOWN_LOCATION, T)
|
H A D | omp-low.cc | 5153 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 D | gimplify.cc | 4364 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 D | omp-expand.cc | 4323 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 D | tree.cc | 5229 build_simple_mem_ref_loc (location_t loc, tree ptr) in build_simple_mem_ref_loc() function
|
H A D | ChangeLog-2017 | 599 (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 D | ChangeLog-2010 | 23565 (build_simple_mem_ref_loc): New function. 23567 * tree.h (build_simple_mem_ref_loc): Declare.
|
H A D | ChangeLog-2011 | 32011 * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
|
H A D | ChangeLog-2013 | 8136 (build_simple_mem_ref_loc): Moved to fold-const.h.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 1102 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 D | gimple-parser.cc | 1116 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()
|