Home
last modified time | relevance | path

Searched refs:gfc_get_shape (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Diresolve.cc158 f->shape = gfc_get_shape (1); in resolve_bound()
499 f->shape = gfc_get_shape (1); in gfc_resolve_bessel_n2()
1588 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul()
1597 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul()
1607 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul()
1681 f->shape = gfc_get_shape (1); in gfc_resolve_maxloc()
1691 f->shape = gfc_get_shape (f->rank); in gfc_resolve_maxloc()
1790 f->shape = gfc_get_shape (1); in gfc_resolve_findloc()
1800 f->shape = gfc_get_shape (f->rank); in gfc_resolve_findloc()
1881 f->shape = gfc_get_shape (f->rank); in gfc_resolve_maxval()
[all …]
H A Dsimplify.cc267 e->shape = gfc_get_shape (1); in is_constant_array_expr()
1408 result->shape = gfc_get_shape (1); in gfc_simplify_bessel_n2()
4262 e->shape = gfc_get_shape (1); in simplify_bound()
4397 e->shape = gfc_get_shape (1); in simplify_cobound()
4780 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul()
4791 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul()
4802 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul()
4947 result->shape = gfc_get_shape (1); in gfc_simplify_merge()
5350 result->shape = gfc_get_shape(1); in new_array()
6453 result->shape = gfc_get_shape (1); in gfc_simplify_pack()
[all …]
H A Dtarget-memory.cc543 e->shape = gfc_get_shape (e->rank); in gfc_interpret_derived()
H A Darith.cc1350 r->shape = gfc_get_shape (op1->rank); in reduce_binary_ac()
1402 r->shape = gfc_get_shape (op2->rank); in reduce_binary_ca()
H A Dexpr.cc822 new_shape = gfc_get_shape (rank); in gfc_copy_shape()
861 s = new_shape = gfc_get_shape (rank - 1); in gfc_copy_shape_excluding()
1533 expr->shape = gfc_get_shape (rank); in find_array_section()
H A Dmodule.cc3573 shape = gfc_get_shape (rank); in mio_shape()
6975 sym->value->shape = gfc_get_shape (1); in create_int_parameter_array()
H A Ddecl.cc914 expr->shape = gfc_get_shape (as->rank); in match_clist_expr()
2138 init->shape = gfc_get_shape (1); in add_init_expr_to_sym()
2255 array->shape = gfc_get_shape (sym->as->rank); in add_init_expr_to_sym()
H A Dgfortran.h2611 #define gfc_get_shape(rank) (XCNEWVEC (mpz_t, (rank))) macro
H A Dtrans-io.cc2177 ss_array->shape = gfc_get_shape (cm->as->rank); in transfer_array_component()
H A Dfrontend-passes.cc1345 new_e->shape = gfc_get_shape (new_e->rank); in traverse_io_block()
H A DChangeLog-20041266 * gfortran.h (gfc_get_shape): Bugfix.
H A Dresolve.cc2314 expr->shape = gfc_get_shape (rank); in resolve_elemental_actual()
5531 e->shape = gfc_get_shape (e->rank); in expression_shape()
H A Dopenmp.cc1159 e->shape = gfc_get_shape (1); in gfc_match_iterator()
H A Dtrans-expr.cc8513 lss_array->shape = gfc_get_shape (cm->as->rank); in gfc_trans_subarray_assign()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diresolve.c158 f->shape = gfc_get_shape (1); in resolve_bound()
491 f->shape = gfc_get_shape (1); in gfc_resolve_bessel_n2()
1572 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul()
1581 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul()
1591 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul()
1664 f->shape = gfc_get_shape (1); in gfc_resolve_maxloc()
1674 f->shape = gfc_get_shape (f->rank); in gfc_resolve_maxloc()
1772 f->shape = gfc_get_shape (1); in gfc_resolve_findloc()
1782 f->shape = gfc_get_shape (f->rank); in gfc_resolve_findloc()
1862 f->shape = gfc_get_shape (f->rank); in gfc_resolve_maxval()
[all …]
H A Dsimplify.c1376 result->shape = gfc_get_shape (1); in gfc_simplify_bessel_n2()
4229 e->shape = gfc_get_shape (1); in simplify_bound()
4364 e->shape = gfc_get_shape (1); in simplify_cobound()
4672 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul()
4683 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul()
4694 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul()
4833 result->shape = gfc_get_shape (1); in gfc_simplify_merge()
5219 result->shape = gfc_get_shape(1); in new_array()
6322 result->shape = gfc_get_shape (1); in gfc_simplify_pack()
6805 result->shape = gfc_get_shape (rank); in gfc_simplify_reshape()
[all …]
H A Dtarget-memory.c543 e->shape = gfc_get_shape (e->rank); in gfc_interpret_derived()
H A Dexpr.c814 new_shape = gfc_get_shape (rank); in gfc_copy_shape()
853 s = new_shape = gfc_get_shape (rank - 1); in gfc_copy_shape_excluding()
1523 expr->shape = gfc_get_shape (rank); in find_array_section()
H A Dgfortran.h2322 #define gfc_get_shape(rank) (XCNEWVEC (mpz_t, (rank))) macro
H A Dmodule.c3422 shape = gfc_get_shape (rank); in mio_shape()
6764 sym->value->shape = gfc_get_shape (1); in create_int_parameter_array()
H A Ddecl.c914 expr->shape = gfc_get_shape (as->rank); in match_clist_expr()
2056 init->shape = gfc_get_shape (1); in add_init_expr_to_sym()
2165 array->shape = gfc_get_shape (sym->as->rank); in add_init_expr_to_sym()
H A Dtrans-io.c2152 ss_array->shape = gfc_get_shape (cm->as->rank); in transfer_array_component()
H A Dfrontend-passes.c1345 new_e->shape = gfc_get_shape (new_e->rank); in traverse_io_block()
H A Dresolve.c2273 expr->shape = gfc_get_shape (rank); in resolve_elemental_actual()
5446 e->shape = gfc_get_shape (e->rank); in expression_shape()
H A Dtrans-expr.c7970 lss_array->shape = gfc_get_shape (cm->as->rank); in gfc_trans_subarray_assign()