Home
last modified time | relevance | path

Searched refs:build_simple_mem_ref (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsymtab-thunks.cc240 build_simple_mem_ref (vtabletmp)); in thunk_adjust()
254 build_simple_mem_ref (vtabletmp2)); in thunk_adjust()
289 build_simple_mem_ref (offset_ptr)); in thunk_adjust()
Domp-low.cc637 x = build_simple_mem_ref (ctx->receiver_decl); in build_receiver_ref()
642 x = build_simple_mem_ref (x); in build_receiver_ref()
675 x = build_simple_mem_ref (x); in build_outer_var_ref()
724 x = build_simple_mem_ref (outer->receiver_decl); in build_outer_var_ref()
727 x = build_simple_mem_ref (x); in build_outer_var_ref()
756 x = build_simple_mem_ref (x); in build_outer_var_ref()
4858 tree x = build_simple_mem_ref (allocate_ptr); in lower_private_allocate()
5261 x = build_simple_mem_ref (x); in lower_rec_input_clauses()
5463 gimple *g = gimple_build_assign (build_simple_mem_ref (cond), in lower_rec_input_clauses()
5476 build_simple_mem_ref (cond)); in lower_rec_input_clauses()
[all …]
Domp-simd-clone.cc1160 build_simple_mem_ref (ret)); in simd_clone_linear_addend()
1444 g = gimple_build_assign (iter1, build_simple_mem_ref (def)); in simd_clone_adjust()
1447 g = gimple_build_assign (build_simple_mem_ref (def), iter1); in simd_clone_adjust()
1592 = gimple_build_assign (iter3, build_simple_mem_ref (def)); in simd_clone_adjust()
1625 g = gimple_build_assign (build_simple_mem_ref (iter1), iter4); in simd_clone_adjust()
1648 g = gimple_build_assign (build_simple_mem_ref (def), v); in simd_clone_adjust()
Dfold-const.h145 #define build_simple_mem_ref(T)\ macro
Dtree-parloops.cc1216 *var_p = build_simple_mem_ref (build_fold_addr_expr (*var_p)); in take_address_of()
1356 *tp = build_simple_mem_ref (addr); in eliminate_local_variables_1()
1806 load_struct = build_simple_mem_ref (clsn_data->load); in create_call_for_reduction_1()
1896 load_struct = build_simple_mem_ref (clsn_data->load); in create_loads_for_reductions()
1982 load_struct = build_simple_mem_ref (clsn_data->load); in create_loads_and_stores_for_name()
Domp-offload.cc1777 tree dst = build_simple_mem_ref (ref_to_res); in default_goacc_reduction()
2540 tree t = build_simple_mem_ref (simtrec); in ompdevlow_adjust_simt_enter()
2566 exit_stmt = gimple_build_assign (build_simple_mem_ref (simtrec), clobber); in ompdevlow_adjust_simt_enter()
Dipa-split.cc1620 gimple_call_set_lhs (call, build_simple_mem_ref (retval)); in split_function()
1675 gimple_call_set_lhs (call, build_simple_mem_ref (retval)); in split_function()
Domp-oacc-neuter-broadcast.cc943 tree x = build_simple_mem_ref (receiver_decl); in build_receiver_ref()
954 sender_decl = build_simple_mem_ref (sender_decl); in build_sender_ref()
Dgimplify.cc4625 *expr_p = build_simple_mem_ref (t); in gimplify_modify_expr_to_memcpy()
11282 tree mem = build_simple_mem_ref (decl2); in gimplify_adjust_omp_clauses_1()
11305 OMP_CLAUSE_DECL (clause) = build_simple_mem_ref (decl); in gimplify_adjust_omp_clauses_1()
11682 tree mem = build_simple_mem_ref (decl2); in gimplify_adjust_omp_clauses()
11733 tree mem = build_simple_mem_ref (decl2); in gimplify_adjust_omp_clauses()
Dtree-nested.cc274 tree t = build_simple_mem_ref (ptr); in build_simple_mem_ref_notrap()
Dcalls.cc427 set_mem_expr (funmem, build_simple_mem_ref (CALL_EXPR_FN (fntree))); in emit_call_1()
Domp-expand.cc9423 tree mem = build_simple_mem_ref (addr); in expand_omp_atomic_mutex()
DChangeLog-20106874 * config/rs6000/rs6000.c (rs6000_va_start): Use build_simple_mem_ref
23568 (build_simple_mem_ref): Define.
DChangeLog-201920077 (get_static_chain): Call it instead of build_simple_mem_ref.
DChangeLog-20138135 (build_simple_mem_ref): Moved to fold-const.h.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto.cc447 SET_DECL_VALUE_EXPR (var->decl, build_simple_mem_ref (link_ptr_var)); in offload_handle_link_vars()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc1131 gimplify_assign (src, build_simple_mem_ref (src_ptr), &new_seq); in rs6000_gimple_fold_mma_builtin()
1140 tree dst = build_simple_mem_ref (build1 (VIEW_CONVERT_EXPR, in rs6000_gimple_fold_mma_builtin()
1192 tree mem = build_simple_mem_ref (build2 (POINTER_PLUS_EXPR, in rs6000_gimple_fold_mma_builtin()
1209 tree mem = build_simple_mem_ref (build2 (POINTER_PLUS_EXPR, in rs6000_gimple_fold_mma_builtin()
1231 gimplify_assign (op[0], build_simple_mem_ref (acc), &new_seq); in rs6000_gimple_fold_mma_builtin()
1281 gimplify_assign (build_simple_mem_ref (acc), lhs, &new_seq); in rs6000_gimple_fold_mma_builtin()
Drs6000-call.cc2484 valist = build_simple_mem_ref (valist); in rs6000_va_start()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc5819 OMP_CLAUSE_DECL (c2) = build_simple_mem_ref (ptr); in handle_omp_array_sections()
8341 OMP_CLAUSE_DECL (c) = build_simple_mem_ref (t); in finish_omp_clauses()
8366 OMP_CLAUSE_DECL (c) = build_simple_mem_ref (t); in finish_omp_clauses()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc7735 valist = build_simple_mem_ref (addr); in sh_gimplify_va_arg_expr()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc12734 valist = build_simple_mem_ref (valist); in s390_va_start()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc4629 valist = build_simple_mem_ref (valist); in ix86_va_start()