Home
last modified time | relevance | path

Searched defs:forall_ast (Results 1 – 5 of 5) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymutl.c541 mk_forall_sptr(int forall_ast, int subscr_ast, int *subscr, int elem_dty) in mk_forall_sptr()
801 get_forall_subscr(int forall_ast, int subscr_ast, int *subscr, int elem_dty) in get_forall_subscr()
1054 get_temp_forall(int forall_ast, int subscr_ast, int alloc_stmt, in get_temp_forall()
1120 get_temp_copy_section(int forall_ast, int lhs, int rhs, int alloc_stmt, in get_temp_copy_section()
1140 get_temp_pure(int forall_ast, int lhs, int rhs, int alloc_stmt, in get_temp_pure()
2714 mk_forall_sptr_copy_section(int forall_ast, int lhs, int rhs, int *subscr, in mk_forall_sptr_copy_section()
2843 mk_forall_sptr_gatherx(int forall_ast, int lhs, int rhs, int *subscr, in mk_forall_sptr_gatherx()
2978 mk_forall_sptr_pure(int forall_ast, int lhs, int rhs, int *subscr, int elem_dty) in mk_forall_sptr_pure()
H A Dtransfrm.c667 int forall_std, forall_ast, astli, li; in rewrite_block_where() local
1518 normalize_forall_array(int forall_ast, int arr_ast, int inlist) in normalize_forall_array()
1635 normalize_id(int forall_ast, int asgn_ast, int inlist) in normalize_id()
1653 normalize_forall(int forall_ast, int asgn_ast, int inlist) in normalize_forall()
2139 inline_spread_shifts(int asgn_ast, int forall_ast, int inlist) in inline_spread_shifts()
H A Dvsub.c1281 int forall_ast; in is_ugly_pure() local
H A Doutconv.c3779 get_temp_forall2(int forall_ast, int subscr_ast, int alloc_stmt, in get_temp_forall2()
H A Dsemant.h290 int forall_ast; member