Searched refs:gfc_conv_mpz_to_tree (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-const.h22 tree gfc_conv_mpz_to_tree (mpz_t, int);
H A Dtrans-const.c184 cl->backend_decl = gfc_conv_mpz_to_tree (cl->length->value.integer,
203 gfc_conv_mpz_to_tree (mpz_t i, int kind) function
316 return gfc_conv_mpz_to_tree (expr->value.integer, expr->ts.kind);
H A Dtrans-types.c1217 return gfc_conv_mpz_to_tree (expr->value.integer, gfc_index_integer_kind);
1622 tmp = gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
1630 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1652 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1679 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1687 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1698 gfc_conv_mpz_to_tree (offset, gfc_index_integer_kind);
1706 gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
1743 range = gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
H A Dtrans-io.c582 val = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].pedantic_min_int, 4);
591 val = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].huge, 4);
643 val = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].pedantic_min_int, 4);
648 val = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].huge, 4);
H A Dtarget-memory.c202 return native_encode_expr (gfc_conv_mpz_to_tree (integer, kind),
H A Dtrans-array.c2145 tmp2 = gfc_conv_mpz_to_tree (size, gfc_index_integer_kind);
2752 s->loop->to[n] = gfc_conv_mpz_to_tree (expr->shape[s->dim[n]],
2777 loop->to[0] = gfc_conv_mpz_to_tree (size, gfc_index_integer_kind);
5264 tmp = gfc_conv_mpz_to_tree (i, gfc_index_integer_kind);
6233 index = gfc_conv_mpz_to_tree (c->offset, gfc_index_integer_kind);
6245 tmp2 = gfc_conv_mpz_to_tree (maxval, gfc_index_integer_kind);
6249 tmp1 = gfc_conv_mpz_to_tree (maxval, gfc_index_integer_kind);
6252 tmp1 = gfc_conv_mpz_to_tree (c->offset, gfc_index_integer_kind);
8001 tmp = gfc_conv_mpz_to_tree (minus_one, gfc_index_integer_kind);
H A Dtrans-intrinsic.c993 huge = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].huge, gfc_c_int_kind);
3915 arg1 = gfc_conv_mpz_to_tree (gfc_integer_kinds[0].pedantic_min_int,
3918 arg1 = gfc_conv_mpz_to_tree (gfc_integer_kinds[1].pedantic_min_int,
5252 nonempty = gfc_conv_mpz_to_tree (asize, gfc_index_integer_kind);
5270 tmp = gfc_conv_mpz_to_tree (gfc_integer_kinds[n].huge,
6023 tmp = gfc_conv_mpz_to_tree (gfc_integer_kinds[n].huge, expr->ts.kind);
6069 nonempty = gfc_conv_mpz_to_tree (asize, gfc_index_integer_kind);
9849 huge = gfc_conv_mpz_to_tree (gfc_integer_kinds[n].huge,
H A Dtrans-stmt.c3044 low = gfc_conv_mpz_to_tree (cp->low->value.integer,
3074 high = gfc_conv_mpz_to_tree (cp->high->value.integer,
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-const.h22 tree gfc_conv_mpz_to_tree (mpz_t, int);
H A Dtrans-const.cc184 cl->backend_decl = gfc_conv_mpz_to_tree (cl->length->value.integer,
203 gfc_conv_mpz_to_tree (mpz_t i, int kind) function
316 return gfc_conv_mpz_to_tree (expr->value.integer, expr->ts.kind);
H A Dtrans-types.cc1246 return gfc_conv_mpz_to_tree (expr->value.integer, gfc_index_integer_kind);
1674 tmp = gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
1682 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1704 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1731 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1739 tmp = gfc_conv_mpz_to_tree (expr->value.integer,
1750 gfc_conv_mpz_to_tree (offset, gfc_index_integer_kind);
1758 gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
1795 range = gfc_conv_mpz_to_tree (stride, gfc_index_integer_kind);
H A Dtrans-io.cc582 val = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].pedantic_min_int, 4);
591 val = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].huge, 4);
643 val = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].pedantic_min_int, 4);
648 val = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].huge, 4);
H A Dtarget-memory.cc201 return native_encode_expr (gfc_conv_mpz_to_tree (integer, kind),
H A Dtrans-array.cc2241 tmp2 = gfc_conv_mpz_to_tree (size, gfc_index_integer_kind);
2848 s->loop->to[n] = gfc_conv_mpz_to_tree (expr->shape[s->dim[n]],
2873 loop->to[0] = gfc_conv_mpz_to_tree (size, gfc_index_integer_kind);
5368 tmp = gfc_conv_mpz_to_tree (i, gfc_index_integer_kind);
6347 index = gfc_conv_mpz_to_tree (c->offset, gfc_index_integer_kind);
6359 tmp2 = gfc_conv_mpz_to_tree (maxval, gfc_index_integer_kind);
6363 tmp1 = gfc_conv_mpz_to_tree (maxval, gfc_index_integer_kind);
6366 tmp1 = gfc_conv_mpz_to_tree (c->offset, gfc_index_integer_kind);
H A Dtrans-intrinsic.cc1001 huge = gfc_conv_mpz_to_tree (gfc_integer_kinds[i].huge, gfc_c_int_kind);
3911 arg1 = gfc_conv_mpz_to_tree (gfc_integer_kinds[0].pedantic_min_int,
3914 arg1 = gfc_conv_mpz_to_tree (gfc_integer_kinds[1].pedantic_min_int,
5394 nonempty = gfc_conv_mpz_to_tree (asize, gfc_index_integer_kind);
5412 tmp = gfc_conv_mpz_to_tree (gfc_integer_kinds[n].huge,
6152 tmp = gfc_conv_mpz_to_tree (gfc_integer_kinds[n].huge, expr->ts.kind);
6198 nonempty = gfc_conv_mpz_to_tree (asize, gfc_index_integer_kind);
9971 huge = gfc_conv_mpz_to_tree (gfc_integer_kinds[n].huge,
H A Dtrans-stmt.cc3082 low = gfc_conv_mpz_to_tree (cp->low->value.integer,
3112 high = gfc_conv_mpz_to_tree (cp->high->value.integer,

Completed in 781 milliseconds