Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymutl.c556 if (A_TYPEG(subscr_ast) == A_MEM) { in mk_forall_sptr()
557 subscr_ast = A_PARENTG(subscr_ast); in mk_forall_sptr()
564 lop = A_LOPG(subscr_ast); in mk_forall_sptr()
575 asd = A_ASDG(subscr_ast); in mk_forall_sptr()
760 subscr_ast = A_LOPG(subscr_ast); in mk_forall_sptr()
764 } while (A_TYPEG(subscr_ast) != A_ID); in mk_forall_sptr()
816 if (A_TYPEG(subscr_ast) == A_MEM) { in get_forall_subscr()
817 subscr_ast = A_PARENTG(subscr_ast); in get_forall_subscr()
824 lop = A_LOPG(subscr_ast); in get_forall_subscr()
835 asd = A_ASDG(subscr_ast); in get_forall_subscr()
[all …]
H A Doutconv.c3779 get_temp_forall2(int forall_ast, int subscr_ast, int alloc_stmt, in get_temp_forall2() argument
3794 if (A_TYPEG(subscr_ast) == A_MEM) { in get_temp_forall2()
3798 asd = A_ASDG(subscr_ast); in get_temp_forall2()
3863 sptr = get_forall_subscr(forall_ast, subscr_ast, subscr, dty); in get_temp_forall2()
3865 sptr = get_forall_subscr(forall_ast, subscr_ast, subscr, in get_temp_forall2()
3882 sptr = mk_forall_sptr(forall_ast, subscr_ast, subscr, dty); in get_temp_forall2()
3885 mk_forall_sptr(forall_ast, subscr_ast, subscr, DDTG(A_DTYPEG(ast_dty))); in get_temp_forall2()
H A Dsemant3.c6348 int subscr_ast; in gen_derived_arr_init() local
6353 subscr_ast = mk_id(sptr); in gen_derived_arr_init()
6361 subscr_ast = mk_subscr(subscr_ast, subscr, ndim, DDTG(arr_dtype)); in gen_derived_arr_init()
6379 dest_ast = new_member_expr(subscr_ast, A_DESTG(asgn_ast)); in gen_derived_arr_init()
6387 return subscr_ast; in gen_derived_arr_init()
H A Dast.c3190 contiguous_array_section(int subscr_ast) in contiguous_array_section() argument
3205 asd = A_ASDG(subscr_ast); in contiguous_array_section()
3225 if (is_whole_dim(subscr_ast, dim)) in contiguous_array_section()
3437 bnds_remap_list(int subscr_ast) in bnds_remap_list() argument
3444 if (A_TYPEG(subscr_ast) != A_SUBSCR) { in bnds_remap_list()
3448 asd = A_ASDG(subscr_ast); in bnds_remap_list()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h405 LOGICAL bnds_remap_list(int subscr_ast);