| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree-vect-data-refs.c | 346 if (DR_IS_READ (dra) == DR_IS_READ (drb)) in vect_drs_dependent_in_basic_block() 348 if (DR_IS_READ (dra)) in vect_drs_dependent_in_basic_block() 382 if (DR_IS_READ (STMT_VINFO_DATA_REF (vinfo_for_stmt (earlier_stmt)))) in vect_drs_dependent_in_basic_block() 405 || DR_IS_READ (dra) != DR_IS_READ (drb)) in vect_check_interleaving() 584 if ((DR_IS_READ (dra) && DR_IS_READ (drb) && loop_vinfo) || dra == drb) in vect_analyze_data_ref_dependence() 613 if (DR_IS_READ (dra) && DR_IS_READ (drb)) in vect_analyze_data_ref_dependence() 694 if (DR_IS_READ (dra)) in vect_analyze_data_ref_dependence() 698 if (DR_IS_READ (drb)) in vect_analyze_data_ref_dependence() 1072 if (DR_IS_READ (dr)) in vect_verify_datarefs_alignment() 1180 if (DR_IS_READ (dr)) in vect_get_data_access_cost() [all …]
|
| H A D | tree-ssa-phiopt.c | 1519 if (DR_IS_READ (then_dr)) in cond_if_else_store_replacement() 1528 if (DR_IS_READ (else_dr)) in cond_if_else_store_replacement() 1586 && ((DR_IS_READ (dra) && DR_IS_WRITE (drb) in cond_if_else_store_replacement() 1588 || (DR_IS_READ (drb) && DR_IS_WRITE (dra) in cond_if_else_store_replacement() 1610 && ((DR_IS_READ (dra) && DR_IS_WRITE (drb) in cond_if_else_store_replacement() 1612 || (DR_IS_READ (drb) && DR_IS_WRITE (dra) in cond_if_else_store_replacement()
|
| H A D | tree-data-ref.h | 208 #define DR_IS_READ(DR) (DR)->is_read macro 209 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) 495 && DR_IS_READ (DDR_A (ddr)) in ddr_is_anti_dependent()
|
| H A D | tree-predcom.c | 350 DR_IS_READ (ref->ref) ? "" : ", write"); in dump_dref() 757 if (DR_IS_READ (dra) && DR_IS_READ (drb) in split_data_refs_to_components() 984 chain->type = DR_IS_READ (ref->ref) ? CT_LOAD : CT_STORE_LOAD; in make_rooted_chain() 1012 if (!ref->ref || DR_IS_READ (ref->ref)) in name_for_ref() 1081 if (DR_IS_READ (ref->ref)) in find_looparound_phi() 1637 bool is_read = DR_IS_READ (a->ref); in execute_load_motion()
|
| H A D | tree-data-ref.c | 1021 DR_IS_READ (dr) = is_read; in create_data_ref() 1394 else if (DR_IS_READ (a) && DR_IS_WRITE (b)) in dr_may_alias_p() 5009 if (DR_IS_READ (dra) && DR_IS_READ (drb)) in create_rdg_edge_for_ddr() 5013 else if (DR_IS_WRITE (dra) && DR_IS_READ (drb)) in create_rdg_edge_for_ddr() 5015 else if (DR_IS_READ (dra) && DR_IS_WRITE (drb)) in create_rdg_edge_for_ddr()
|
| H A D | tree-parloops.c | 338 || (DR_IS_READ (DDR_A (ddr)) && DR_IS_READ (DDR_B (ddr)))) in lambda_transform_legal_p()
|
| H A D | tree-vect-slp.c | 1959 if (DR_IS_READ (STMT_VINFO_DATA_REF (stmt_info))) in vect_bb_vectorization_profitable_p()
|
| H A D | graphite-sese-to-poly.c | 1703 DR_IS_READ (dr) ? PDR_READ : PDR_WRITE, in build_poly_dr()
|
| H A D | tree-vect-loop.c | 2443 if (DR_IS_READ (STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt)))) in vect_get_single_scalar_iteration_cost()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree-vect-data-refs.c | 350 || (DR_IS_READ (dra) && DR_IS_READ (drb))) in vect_analyze_data_ref_dependence() 367 if (((DR_IS_READ (dra) && DR_IS_WRITE (drb)) in vect_analyze_data_ref_dependence() 368 || (DR_IS_WRITE (dra) && DR_IS_READ (drb))) in vect_analyze_data_ref_dependence() 546 if (DR_IS_READ (drb) in vect_analyze_data_ref_dependence() 657 if (DR_IS_READ (dra) && DR_IS_READ (drb)) in vect_slp_analyze_data_ref_dependence() 717 || (DR_IS_READ (dr_a) && ! gimple_vdef (stmt))) in vect_slp_analyze_node_dependences() 1156 if (DR_IS_READ (dr)) in verify_data_ref_alignment() 1316 if (DR_IS_READ (dr)) in vect_get_data_access_cost() 2531 if (DR_IS_READ (dr) in vect_analyze_group_access_1() 2664 && !DR_IS_READ (dr)) in vect_analyze_group_access_1() [all …]
|
| H A D | tree-predcom.c | 397 DR_IS_READ (ref->ref) ? "" : ", write"); in dump_dref() 827 if (DR_IS_READ (dra) && DR_IS_READ (drb)) in split_data_refs_to_components() 838 else if (DR_IS_READ (dra) && ib != bad) in split_data_refs_to_components() 848 else if (DR_IS_READ (drb) && ia != bad) in split_data_refs_to_components() 1175 if (!ref->ref || DR_IS_READ (ref->ref)) in name_for_ref() 1245 if (DR_IS_READ (ref->ref)) in find_looparound_phi() 1415 type = DR_IS_READ (a->ref) ? CT_LOAD : CT_STORE_LOAD; in determine_roots_comp() 1986 bool is_read = DR_IS_READ (a->ref); in execute_load_motion()
|
| H A D | tree-data-ref.h | 184 #define DR_IS_READ(DR) (DR)->is_read macro 185 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR))
|
| H A D | tree-ssa-phiopt.c | 2150 if (DR_IS_READ (then_dr)) in cond_if_else_store_replacement() 2161 if (DR_IS_READ (else_dr)) in cond_if_else_store_replacement() 2219 && ((DR_IS_READ (dra) && DR_IS_WRITE (drb) in cond_if_else_store_replacement() 2221 || (DR_IS_READ (drb) && DR_IS_WRITE (dra) in cond_if_else_store_replacement() 2241 && ((DR_IS_READ (dra) && DR_IS_WRITE (drb) in cond_if_else_store_replacement() 2243 || (DR_IS_READ (drb) && DR_IS_WRITE (dra) in cond_if_else_store_replacement()
|
| H A D | tree-loop-distribution.c | 466 if (DR_IS_READ (dr)) in create_rdg_vertices() 1252 if (DR_IS_READ (dr1) && DR_IS_READ (dr2)) in update_type_for_merge() 1347 if (DR_IS_READ (dr)) in find_single_drs() 1881 if (DR_IS_READ (dr1) && DR_IS_READ (dr2)) in pg_add_dependence_edges()
|
| H A D | tree-data-ref.c | 1204 DR_IS_READ (dr) = is_read; in create_data_ref() 2271 && DR_IS_WRITE (a) && DR_IS_READ (b) in dr_may_alias_p() 2288 && DR_IS_WRITE (a) && DR_IS_READ (b) in dr_may_alias_p() 2304 else if (DR_IS_READ (a) && DR_IS_WRITE (b)) in dr_may_alias_p()
|
| H A D | tree-vect-slp.c | 1176 && DR_IS_READ (STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt)))) in vect_build_slp_tree_2() 1840 gcc_checking_assert (DR_IS_READ (STMT_VINFO_DATA_REF (stmt_info))); in vect_analyze_slp_cost_1() 2965 if (DR_IS_READ (STMT_VINFO_DATA_REF (stmt_info))) in vect_bb_slp_scalar_cost()
|
| H A D | tree-parloops.c | 385 || (DR_IS_READ (DDR_A (ddr)) && DR_IS_READ (DDR_B (ddr)))) in lambda_transform_legal_p()
|
| H A D | tree-if-conv.c | 900 if (DR_IS_READ (a)) in ifcvt_memrefs_wont_trap()
|
| H A D | tree-vect-patterns.c | 4340 if (DR_IS_READ (dr)) in vect_try_gather_scatter_pattern()
|
| H A D | tree-vect-loop.c | 1426 if (DR_IS_READ (STMT_VINFO_DATA_REF (stmt_info))) in vect_compute_single_scalar_iteration_cost()
|
| H A D | tree-vect-stmts.c | 1920 if (!vect_gather_scatter_fn_p (DR_IS_READ (dr), masked_p, vectype, in vect_truncate_gather_scatter_offset()
|