Searched refs:get_array_inq_function (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | frontend-passes.cc | 3226 get_array_inq_function (gfc_isym_id id, gfc_expr *e, int dim, int okind = 0) in get_array_inq_function() function 3338 a1 = get_array_inq_function (GFC_ISYM_SIZE, a, 1); in inline_limit_check() 3344 a2 = get_array_inq_function (GFC_ISYM_SIZE, a, 2); in inline_limit_check() 3348 b2 = get_array_inq_function (GFC_ISYM_SIZE, b, 2); in inline_limit_check() 3484 ar->start[0] = get_array_inq_function (GFC_ISYM_SIZE, a, 1); in matmul_lhs_realloc() 3485 ar->start[1] = get_array_inq_function (GFC_ISYM_SIZE, b, 2); in matmul_lhs_realloc() 3487 get_array_inq_function (GFC_ISYM_SIZE, c, 1), in matmul_lhs_realloc() 3488 get_array_inq_function (GFC_ISYM_SIZE, a, 1)); in matmul_lhs_realloc() 3490 get_array_inq_function (GFC_ISYM_SIZE, c, 2), in matmul_lhs_realloc() 3491 get_array_inq_function (GFC_ISYM_SIZE, b, 2)); in matmul_lhs_realloc() [all …]
|
H A D | ChangeLog-2018 | 850 (get_array_inq_function): Add argument okind. If 1401 * frontend-passes.c (get_array_inq_function): Set no_bounds_check
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | frontend-passes.c | 2960 get_array_inq_function (gfc_isym_id id, gfc_expr *e, int dim, int okind = 0) 3068 a1 = get_array_inq_function (GFC_ISYM_SIZE, a, 1); in inline_limit_check() 3069 a2 = get_array_inq_function (GFC_ISYM_SIZE, a, 2); in inline_limit_check() 3070 b2 = get_array_inq_function (GFC_ISYM_SIZE, b, 2); in inline_limit_check() 3206 ar->start[0] = get_array_inq_function (GFC_ISYM_SIZE, a, 1); in matmul_lhs_realloc() 3207 ar->start[1] = get_array_inq_function (GFC_ISYM_SIZE, b, 2); in matmul_lhs_realloc() 3209 get_array_inq_function (GFC_ISYM_SIZE, c, 1), in matmul_lhs_realloc() 3210 get_array_inq_function (GFC_ISYM_SIZE, a, 1)); in matmul_lhs_realloc() 3212 get_array_inq_function (GFC_ISYM_SIZE, c, 2), in matmul_lhs_realloc() 3213 get_array_inq_function (GFC_ISYM_SIZE, b, 2)); in matmul_lhs_realloc() [all …]
|