Home
last modified time | relevance | path

Searched refs:forall_ast (Results 1 – 7 of 7) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymutl.h88 int mk_forall_sptr_gatherx(int forall_ast, int lhs, int rhs, int *subscr,
90 int get_temp_pure(int forall_ast, int lhs, int rhs, int alloc_stmt,
H A Dtransfrm.c667 int forall_std, forall_ast, astli, li; in rewrite_block_where() local
669 forall_ast = STD_AST(forall_std); in rewrite_block_where()
676 astli = A_LISTG(forall_ast); in rewrite_block_where()
1560 list = A_LISTG(forall_ast); in normalize_forall_array()
1646 A_STARTP(forall_ast, nd); in normalize_id()
1647 nc = A_NCOUNTG(forall_ast) + 1; in normalize_id()
1648 A_NCOUNTP(forall_ast, nc); in normalize_id()
2174 newforall = copy_forall(forall_ast); in inline_spread_shifts()
2195 newforall = copy_forall(forall_ast); in inline_spread_shifts()
2265 list = A_LISTG(forall_ast); in inline_spread_shifts()
[all …]
H A Dsymutl.c550 forall_ast, 4); in mk_forall_sptr()
552 astli = A_LISTG(forall_ast); in mk_forall_sptr()
810 forall_ast, 4); in get_forall_subscr()
812 astli = A_LISTG(forall_ast); in get_forall_subscr()
1071 sptr = mk_forall_sptr(forall_ast, subscr_ast, subscr, in get_temp_forall()
2746 assert(A_TYPEG(forall_ast) == A_FORALL, in mk_forall_sptr_copy_section()
2748 list = A_LISTG(forall_ast); in mk_forall_sptr_copy_section()
2874 assert(A_TYPEG(forall_ast) == A_FORALL, in mk_forall_sptr_gatherx()
2876 list = A_LISTG(forall_ast); in mk_forall_sptr_gatherx()
3010 forall_ast, 4); in mk_forall_sptr_pure()
[all …]
H A Dtransfrm.h38 int normalize_forall(int forall_ast, int asgn_ast, int inlist);
H A Dsemant.h290 int forall_ast; member
442 #define DI_FORALL_AST(d) sem.doif_base[d].u.u6.forall_ast
H A Doutconv.c3779 get_temp_forall2(int forall_ast, int subscr_ast, int alloc_stmt, in get_temp_forall2() argument
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 Dvsub.c1281 int forall_ast; in is_ugly_pure() local