Home
last modified time | relevance | path

Searched refs:ALIGNG (Results 1 – 19 of 19) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Ddetect.c137 if (!ALIGNG(sptr)) { in tag_forall_comm()
183 align = ALIGNG(sptr); in process_rhs_sub()
235 align = ALIGNG(sptr); in tag_comms()
680 align = ALIGNG(sptr); in no_comm_class()
687 align1 = ALIGNG(sptr1); in no_comm_class()
1321 if (DTY(DTYPEG(sptr)) == TY_ARRAY && ALIGNG(sptr)) in is_dist_array_in_expr()
1563 align = ALIGNG(sptr); in process_lhs_sub()
H A Ddpm_out.c401 align = ALIGNG(sptr); in allocate_for_aligned_array()
722 if (CMBLKG(sptr) && (ALIGNG(sptr) || DISTG(sptr))) in share_alnd()
731 if (CMBLKG(sptr1) && (ALIGNG(sptr) || DISTG(sptr))) in share_alnd()
870 align = ALIGNG(sptr); in make_secd()
1168 if (ALIGNG(sptr) || RUNTIMEG(sptr) || ADJARRG(sptr)) { in desc_need_arrays()
1172 if (SCG(sptr) != SC_NONE && ALIGNG(sptr)) { in desc_need_arrays()
1314 if (!ALIGNG(sptr) && !POINTERG(sptr)) { in _wrap_symbol()
4391 if (!ALIGNG(sptr) in allocate_one_auto()
4597 align = ALIGNG(arg); in update_with_actual()
4671 (DISTG(arg) == 0 && ALIGNG(arg) == 0)) { in set_actual()
[all …]
H A Dcomm.c648 if (!DISTG(lsptr) && !ALIGNG(lsptr)) in emit_get_scalar()
1378 if (sptr && ALIGNG(sptr)) in remove_section()
1663 if (!ALIGNG(sptr)) { in insert_forall_comm()
3023 align = ALIGNG(ARREF_ARRSYM(arr)); in opt_overlap()
3099 align = ALIGNG(sptr); in emit_overlap()
3600 if (DTY(DTYPEG(sptr)) != TY_ARRAY || !ALIGNG(sptr)) { in handle_pure_temp_too_large()
3610 if (STYPEG(sptr) != ST_ARRAY || !ALIGNG(sptr)) in handle_pure_temp_too_large()
4114 align = ALIGNG(sptr); in canonical_conversion()
H A Drte.c197 (ALIGNG(sptr) || DISTG(sptr) || POINTERG(sptr) || ADD_DEFER(dtype) || in sym_get_sdescr()
H A Dvsub.c323 align = ALIGNG(left_array_symbol(lhs)); in forall_with_mask()
449 align = ALIGNG(left_array_symbol(lhs)); in forall_lhs_indirection()
H A Dastout.c3217 (STYPEG(sym) == ST_MEMBER && ALIGNG(sym)))) { /*dist member*/ in print_refsym()
3325 if (!ALIGNG(sptr) && SDSCG(sptr) == 0) in deferred_to_pointer()
3561 if (SDSCG(asym) == 0 && !ALIGNG(asym)) { in gen_allocate()
H A Dcommgen.c616 align = ALIGNG(sptr); in generate_shift()
1848 align = ALIGNG(sptr); in pointer_squeezer()
H A Drest.c2507 arrayalign = ALIGNG(arraysptr); in handle_seq_section()
2537 arrayalign = ALIGNG(arraysptr); in handle_seq_section()
2947 align = ALIGNG(arraysptr); in copy_arg_to_seq_tmp()
H A Dbblock.c1642 if (eliminate_save_distributed && (ALIGNG(sptr) || DISTG(sptr)) && in must_mark()
H A Doutconv.c3059 align = ALIGNG(sptr); in conv_allocate()
5125 ALIGNG(sptr)) { in needs_linearization()
5434 ((POINTERG(sptr) && !F90POINTERG(sptr)) || ALIGNG(sptr))) in _linearize_func()
H A Dlowerilm.c3012 ALIGNG(sptr) || DISTG(sptr))) { in lower_stmt()
3042 !ALIGNG(sptr) && (!ADJARRG(sptr) || RESULTG(sptr))) { in lower_stmt()
3281 (ALIGNG(sptr) || DISTG(sptr) || POINTERG(sptr)) && in lower_stmt()
H A Dsemant2.c723 if (ENCLFUNCG(sptr) && (DISTG(sptr) || ALIGNG(sptr))) { in semant2()
H A Dlowersym.c366 if (DISTG(sptr) || ALIGNG(sptr) || ADJARRG(sptr) || RUNTIMEG(sptr)) { in lower_make_all_descriptors()
845 if (POINTERG(sptr) || MDALLOCG(sptr) || ALIGNG(sptr) || DISTG(sptr)) { in lower_prepare_symbols()
H A Ddtypeutl.c3811 if (ALIGNG(m) || DISTG(m)) { in chkstruct()
H A Dfunc.c89 align = ALIGNG(sptr); in gen_islocal_index()
3587 if (A_TYPEG(arr) != A_ID || !ALIGNG(A_SPTRG(arr))) in rewrite_sub_args()
H A Dsymutl.c3524 if (ALIGNG(checksptr) || DISTG(checksptr) || POINTERG(checksptr) || in do_check_member_id()
H A Dsemutil.c2798 } else if (!ALIGNG(sptr) && !DISTG(sptr)) { in ref_array()
H A Dast.c3159 if (DISTG(sptr) || ALIGNG(sptr)) in dist_ast()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/symtab/
H A Dsymtab.in.h453 #define ALIGNG(sptr) 0 macro