/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-address.c | 363 create_mem_ref_raw (tree type, tree alias_ptr_type, struct mem_address *addr, in create_mem_ref_raw() argument 376 addr->offset = fold_convert (alias_ptr_type, addr->offset); in create_mem_ref_raw() 378 addr->offset = build_int_cst (alias_ptr_type, 0); in create_mem_ref_raw() 801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument 809 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 846 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 862 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 873 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 921 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 951 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() [all …]
|
H A D | ipa-sra.c | 108 tree alias_ptr_type; member 147 tree alias_ptr_type; member 418 to->alias_ptr_type = from->alias_ptr_type; in duplicate() 631 print_generic_expr (f, access->alias_ptr_type); in dump_gensum_access() 650 print_generic_expr (f, access->alias_ptr_type); in dump_isra_access() 1804 access->alias_ptr_type = reference_alias_ptr_type (expr); 1815 if (access->alias_ptr_type != reference_alias_ptr_type (expr)) 2238 to->alias_ptr_type = from->alias_ptr_type; in copy_accesses_to_ipa_desc() 2640 stream_write_tree (ob, acc->alias_ptr_type, true); in isra_write_node_summary() 2759 acc->alias_ptr_type = stream_read_tree (ib, data_in); in isra_read_node_info() [all …]
|
H A D | ipa-param-manipulation.h | 171 tree alias_ptr_type; member
|
H A D | ipa-param-manipulation.c | 144 print_node_brief (f, ", alias type: ", apm->alias_ptr_type, 0); in ipa_dump_adjusted_parameters() 677 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call() 698 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call() 707 off = build_int_cst (apm->alias_ptr_type, in modify_call() 715 off = build_int_cst (apm->alias_ptr_type, in modify_call()
|
H A D | internal-fn.c | 2445 tree alias_ptr_type = TREE_TYPE (gimple_call_arg (stmt, index + 1)); in expand_call_mem_ref() local 2466 || alias_ptr_type != TREE_TYPE (offset) in expand_call_mem_ref() 2470 TMR_OFFSET (mem) = wide_int_to_tree (alias_ptr_type, in expand_call_mem_ref() 2478 return fold_build2 (MEM_REF, type, addr, build_int_cst (alias_ptr_type, 0)); in expand_call_mem_ref()
|
H A D | lto-cgraph.c | 1877 stream_write_tree (ob, adj->alias_ptr_type, true); in output_node_opt_summary() 1987 adj.alias_ptr_type = stream_read_tree (ib_main, data_in); in input_node_opt_summary()
|
H A D | tree-ssa-loop-ivopts.c | 7464 tree alias_ptr_type; in rewrite_use_address() local 7466 alias_ptr_type = get_alias_ptr_type_for_ptr_address (use); in rewrite_use_address() 7473 alias_ptr_type = reference_alias_ptr_type (*use->op_p); in rewrite_use_address() 7475 tree ref = create_mem_ref (&bsi, type, &aff, alias_ptr_type, in rewrite_use_address()
|
H A D | tree-vect-stmts.c | 172 create_array_ref (tree type, tree ptr, tree alias_ptr_type) in create_array_ref() argument 176 mem_ref = build2 (MEM_REF, type, ptr, build_int_cst (alias_ptr_type, 0)); in create_array_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-address.cc | 363 create_mem_ref_raw (tree type, tree alias_ptr_type, struct mem_address *addr, in create_mem_ref_raw() argument 376 addr->offset = fold_convert (alias_ptr_type, addr->offset); in create_mem_ref_raw() 378 addr->offset = build_int_cst (alias_ptr_type, 0); in create_mem_ref_raw() 801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument 809 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 846 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 862 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 873 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 921 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() 951 mem_ref = create_mem_ref_raw (type, alias_ptr_type, &parts, true); in create_mem_ref() [all …]
|
H A D | ipa-sra.cc | 112 tree alias_ptr_type; member 151 tree alias_ptr_type; member 423 to->alias_ptr_type = from->alias_ptr_type; in duplicate() 644 print_generic_expr (f, access->alias_ptr_type); in dump_gensum_access() 663 print_generic_expr (f, access->alias_ptr_type); in dump_isra_access() 1817 access->alias_ptr_type = reference_alias_ptr_type (expr); in scan_expr_access() 1828 if (access->alias_ptr_type != reference_alias_ptr_type (expr)) in scan_expr_access() 2251 to->alias_ptr_type = from->alias_ptr_type; in copy_accesses_to_ipa_desc() 2579 stream_write_tree (ob, acc->alias_ptr_type, true); in isra_write_node_summary() 2698 acc->alias_ptr_type = stream_read_tree (ib, data_in); in isra_read_node_info() [all …]
|
H A D | ipa-param-manipulation.h | 166 tree alias_ptr_type; member
|
H A D | ipa-param-manipulation.cc | 227 print_node_brief (f, ", alias type: ", apm->alias_ptr_type, 0); in ipa_dump_adjusted_parameters() 814 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call() 835 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call() 844 off = build_int_cst (apm->alias_ptr_type, in modify_call() 852 off = build_int_cst (apm->alias_ptr_type, in modify_call()
|
H A D | lto-cgraph.cc | 1884 stream_write_tree (ob, adj->alias_ptr_type, true); in output_node_opt_summary() 1997 adj.alias_ptr_type = stream_read_tree (ib_main, data_in); in input_node_opt_summary()
|
H A D | internal-fn.cc | 2679 tree alias_ptr_type = TREE_TYPE (gimple_call_arg (stmt, index + 1)); in expand_call_mem_ref() local 2700 || alias_ptr_type != TREE_TYPE (offset) in expand_call_mem_ref() 2704 TMR_OFFSET (mem) = wide_int_to_tree (alias_ptr_type, in expand_call_mem_ref() 2712 return fold_build2 (MEM_REF, type, addr, build_int_cst (alias_ptr_type, 0)); in expand_call_mem_ref()
|
H A D | tree-ssa-loop-ivopts.cc | 7597 tree alias_ptr_type; in rewrite_use_address() local 7599 alias_ptr_type = get_alias_ptr_type_for_ptr_address (use); in rewrite_use_address() 7606 alias_ptr_type = reference_alias_ptr_type (*use->op_p); in rewrite_use_address() 7608 tree ref = create_mem_ref (&bsi, type, &aff, alias_ptr_type, in rewrite_use_address() 7631 ref = build2 (MEM_REF, type, ref, build_zero_cst (alias_ptr_type)); in rewrite_use_address()
|
H A D | tree-vect-stmts.cc | 207 create_array_ref (tree type, tree ptr, tree alias_ptr_type) in create_array_ref() argument 211 mem_ref = build2 (MEM_REF, type, ptr, build_int_cst (alias_ptr_type, 0)); in create_array_ref()
|
H A D | ChangeLog-2010 | 1623 * ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type. 1627 (turn_representatives_into_adjustments): Set alias_ptr_type of the
|