Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymutl.h31 int sym_get_scalar(char *, char *, int);
H A Drte.c409 sptr = sym_get_scalar(basename, "pholder", dtype); in sym_get_place_holder()
925 sptr = sym_get_scalar("r", "rte", DT_INT); in divmod()
H A Dinliner.c1098 sptrBnd = sym_get_scalar("l", "inl", DT_INT); in copy_inargs()
1114 sptrBnd = sym_get_scalar("u", "inl", DT_INT); in copy_inargs()
1136 sptrCopy = sym_get_scalar(SYMNAME(sptrDummy), "inl", A_DTYPEG(astArg)); in copy_inargs()
1404 sptrBnd = sym_get_scalar("l", "inl", DT_INT); in allocate_array()
1417 sptrBnd = sym_get_scalar("u", "inl", DT_INT); in allocate_array()
H A Dhlvect.c293 sptr = sym_get_scalar(p->pfx, "vt", p->dtype); in hlv_getsym()
H A Dfunc.c183 tsclr = sym_get_scalar(SYMNAME(sptr), "rr", dtyperes); in assign_result()
788 tmp = sym_get_scalar("n", "s", astb.bnd.dtype); in inline_shifts()
812 tmp = sym_get_scalar("m", "s", astb.bnd.dtype); in inline_shifts()
830 tmp = sym_get_scalar("m", "s", astb.bnd.dtype); in inline_shifts()
2395 int temp_sclr = sym_get_scalar("transfer", "r", dtype); in rewrite_func_ast()
2871 int temp_sclr = sym_get_scalar("tmp", "r", dtype); in rewrite_func_ast()
3330 newsptr = sym_get_scalar(SYMNAME(sptr), "a", dtype); in copy_scalar_intent_in()
5913 sptrtmp = sym_get_scalar(SYMNAME(sptr), "r", dtyperes); in inline_reduction_f90()
5921 sptrtmpval = sym_get_scalar(SYMNAME(sptr), "vr", dtypeval); in inline_reduction_f90()
5965 sptrtmp = sym_get_scalar(SYMNAME(sptr), "r", dtyperes); in inline_reduction_f90()
[all …]
H A Dsemsym.c1622 cvlen = sym_get_scalar(SYMNAME(sptr), "len", DT_INT); in decl_private_sym()
1828 cvlen = sym_get_scalar(SYMNAME(old), "len", DT_INT); in add_private_allocatable()
1848 int cvlen = sym_get_scalar(SYMNAME(old), "len", DT_INT); in add_private_allocatable()
H A Dvsub.c244 sptr = sym_get_scalar("ii", "s", A_DTYPEG(ast)); in assign_scalar()
1580 temp = sym_get_scalar(SYMNAME(sptr), "ss", DT_INT); in remove_scalar_lhs_dependency()
2087 nsym = sym_get_scalar(SYMNAME(sym), "ss", DT_INT); in copy_to_scalar()
H A Dbblock.c717 CVLENP(sptr, sym_get_scalar(SYMNAME(sptr), "len", DT_INT)); in gen_early_bnd_dependencies()
775 CVLENP(sptr, sym_get_scalar(SYMNAME(sptr), "len", DT_INT)); in gen_early_str_len()
H A Dsymutl.c134 sym_get_scalar(char *basename, char *purpose, int dtype) in sym_get_scalar() function
3156 cvlen = sym_get_scalar(SYMNAME(sptr), "len", DT_INT); in mk_mem_allocate()
3215 cvlen = sym_get_scalar(SYMNAME(sptr), "len", DT_INT); in mk_mem_allocate()
4022 cvlen = sym_get_scalar(SYMNAME(sym), "len", DT_INT); in add_auto_len()
H A Drest.c740 nsym = sym_get_scalar(SYMNAME(sym), "ss", astb.bnd.dtype); in copy_to_scalar()
3370 new_isptr = sym_get_scalar(SYMNAME(isptr), "i", astb.bnd.dtype); in rename_forall_list()
3456 tmp = sym_get_scalar("sub", "a", DT_INT); in tmp_assign()
3980 sptr = sym_get_scalar("if", "tmp", DT_LOG); in transform_all_call()
H A Dcomm.c652 temp = sym_get_scalar(SYMNAME(lsptr), "s", DTY(DTYPEG(lsptr) + 1)); in emit_get_scalar()
3849 tmp_sptr = sym_get_scalar("lb", 0, astb.bnd.dtype); in normalize_forall_triplet()
3863 tmp_sptr = sym_get_scalar("ub", 0, astb.bnd.dtype); in normalize_forall_triplet()
3876 tmp_sptr = sym_get_scalar("st", 0, astb.bnd.dtype); in normalize_forall_triplet()
H A Ddtypeutl.c587 clen = sym_get_scalar(SYMNAME(sptr), "len", astb.bnd.dtype); in size_ast()
732 clen = sym_get_scalar(SYMNAME(sptr), "len", astb.bnd.dtype); in size_ast_of()
987 clen = sym_get_scalar(SYMNAME(sptr), "len", DT_INT); in fix_dtype()
H A Dtransfrm.c317 init_idx[i] = sym_get_scalar(ci, cj, dtype); in get_init_idx()
2557 p->idx = sym_get_scalar("i", 0, DT_INT); in trans_getidx()
H A Ddpm_out.c3422 cvlen = sym_get_scalar(SYMNAME(arg), "len", astb.bnd.dtype); in gen_ptr_in()
4982 sptr = sym_get_scalar(SYMNAME(sptr1), "s", DTY(DTYPEG(sptr1) + 1)); in emit_get_scalar_sub()
H A Dsemantio.c1352 sym = sym_get_scalar("i", 0, DT_INT8); in semantio()
1354 sym = sym_get_scalar("i", 0, DT_INT); in semantio()
H A Doutconv.c4312 sptrSclr = sym_get_scalar(SYMNAME(sptrArr), "s", DDTG(DTYPEG(sptrArr))); in collapse_arrays()
H A Dsemsmp.c9744 cvlen = sym_get_scalar(SYMNAME(sptr), "len", DT_INT); in mp_add_shared_var()
H A Dsemant.c15207 i = sym_get_scalar(SYMNAME(mem), "len", DT_INT); in put_length_type_param()
H A Dsemutil2.c7717 clen = sym_get_scalar(SYMNAME(sptr), "len", astb.bnd.dtype); in get_ch_temp()