Home
last modified time | relevance | path

Searched refs:DR_ACCESS_FN (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.h189 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] macro
619 if (!eq_evolutions_p (DR_ACCESS_FN (a, i), DR_ACCESS_FN (b, i)))
H A Dgraphite-scop-detection.cc948 if (! graphite_can_represent_scev (scop, DR_ACCESS_FN (dr, i))) in stmt_has_simple_data_refs_p()
1181 scan_tree_for_params (region, DR_ACCESS_FN (dr, j)); in find_params_in_bb()
H A Dtree-data-ref.cc233 print_generic_stmt (outf, DR_ACCESS_FN (dr, i)); in dump_data_reference()
1530 print_generic_stmt (dump_file, DR_ACCESS_FN (dr, i), TDF_SLIM); in create_data_ref()
2152 tree access1 = DR_ACCESS_FN (dr_a.dr, i); in create_intersect_range_checks_index()
2153 tree access2 = DR_ACCESS_FN (dr_b.dr, i); in create_intersect_range_checks_index()
2177 tree access1 = DR_ACCESS_FN (dr_a.dr, found); in create_intersect_range_checks_index()
2178 tree access2 = DR_ACCESS_FN (dr_b.dr, found); in create_intersect_range_checks_index()
H A Dgraphite-sese-to-poly.cc514 tree afn = DR_ACCESS_FN (dr, i); in pdr_add_memory_accesses()
H A DChangeLog-201721458 DR_ACCESS_FN.
21468 a_index and b_index. Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
H A DChangeLog-200519344 (DR_ACCESS_FN, DR_NUM_DIMENSIONS): Use VEC instead of VARRAY.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.h184 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] macro
612 if (!eq_evolutions_p (DR_ACCESS_FN (a, i), DR_ACCESS_FN (b, i))) in same_data_refs()
H A Dtree-data-ref.c232 print_generic_stmt (outf, DR_ACCESS_FN (dr, i)); in dump_data_reference()
1282 print_generic_stmt (dump_file, DR_ACCESS_FN (dr, i), TDF_SLIM); in create_data_ref()
1897 tree access1 = DR_ACCESS_FN (dr_a.dr, i); in create_intersect_range_checks_index()
1898 tree access2 = DR_ACCESS_FN (dr_b.dr, i); in create_intersect_range_checks_index()
1922 tree access1 = DR_ACCESS_FN (dr_a.dr, found); in create_intersect_range_checks_index()
1923 tree access2 = DR_ACCESS_FN (dr_b.dr, found); in create_intersect_range_checks_index()
3137 SUB_ACCESS_FN (subscript, 0) = DR_ACCESS_FN (a, full_seq.start_a + i); in initialize_data_dependence_relation()
3138 SUB_ACCESS_FN (subscript, 1) = DR_ACCESS_FN (b, full_seq.start_b + i); in initialize_data_dependence_relation()
H A Dgraphite-scop-detection.c948 if (! graphite_can_represent_scev (scop, DR_ACCESS_FN (dr, i))) in stmt_has_simple_data_refs_p()
1181 scan_tree_for_params (region, DR_ACCESS_FN (dr, j)); in find_params_in_bb()
H A Dgraphite-sese-to-poly.c518 tree afn = DR_ACCESS_FN (dr, i); in pdr_add_memory_accesses()