Searched refs:DR_ACCESS_FN (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-data-ref.h | 189 #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)))
|
| D | graphite-scop-detection.cc | 948 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()
|
| D | tree-data-ref.cc | 233 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()
|
| D | graphite-sese-to-poly.cc | 514 tree afn = DR_ACCESS_FN (dr, i); in pdr_add_memory_accesses()
|
| D | ChangeLog-2017 | 21458 DR_ACCESS_FN. 21468 a_index and b_index. Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
|
| D | ChangeLog-2005 | 19344 (DR_ACCESS_FN, DR_NUM_DIMENSIONS): Use VEC instead of VARRAY.
|