Home
last modified time | relevance | path

Searched refs:conv_array_index_offset (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c3383 conv_array_index_offset (gfc_se * se, gfc_ss * ss, int dim, int i, in conv_array_index_offset() function
3652 index = conv_array_index_offset (se, ss, ss->dim[n], n, ar, info->stride0); in gfc_conv_scalarized_array_ref()
3963 index = conv_array_index_offset (&se, ss, array_dim, loop_dim, ar, stride); in add_array_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc3480 conv_array_index_offset (gfc_se * se, gfc_ss * ss, int dim, int i, in conv_array_index_offset() function
3730 index = conv_array_index_offset (se, ss, ss->dim[n], n, ar, info->stride0); in gfc_conv_scalarized_array_ref()
4067 index = conv_array_index_offset (&se, ss, array_dim, loop_dim, ar, stride); in add_array_offset()
H A DChangeLog-2011993 (gfc_conv_array_index_offset, conv_array_index_offset): Rename the
996 (gfc_conv_scalarized_array_ref): Update call to conv_array_index_offset.
H A DChangeLog-20181747 * trans-array.c (conv_array_index_offset): The stride can not be set
H A DChangeLog-20152360 (conv_array_index_offset): Cope with deltas being NULL_TREE.