Home
last modified time | relevance | path

Searched refs:add_shape_spec (Results 1 – 6 of 6) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c1802 add_shape_spec(lwb, upb, stride); in mk_subscr_copy()
1807 add_shape_spec(SHD_LWB(shp, 0), SHD_UPB(shp, 0), in mk_subscr_copy()
2051 add_shape_spec(astb.bnd.one, astb.bnd.one, astb.bnd.one); in mkshape()
2060 add_shape_spec(lwb, upb, stride); in mkshape()
2135 add_shape_spec(lwbds[i], upbds[i], stride); in mk_mem_ptr_shape()
2298 add_shape_spec(a, a, a); in reduc_shape()
2340 add_shape_spec(astb.bnd.one, ub, astb.bnd.one); in increase_shape()
2358 add_shape_spec(a, a, a); in increase_shape()
2370 add_shape_spec(astb.bnd.one, ub, astb.bnd.one); in increase_shape()
2375 add_shape_spec(astb.bnd.one, ub, astb.bnd.one); in increase_shape()
[all …]
H A Dsemfunc.c5778 add_shape_spec((int)SHD_LWB(shape2, 1), (int)SHD_UPB(shape2, 1), in ref_pd()
5786 add_shape_spec((int)SHD_LWB(shape1, 0), (int)SHD_UPB(shape1, 0), in ref_pd()
7057 add_shape_spec((int)SHD_LWB(shaper, 1), (int)SHD_UPB(shaper, 1), in ref_pd()
7059 add_shape_spec((int)SHD_LWB(shaper, 0), (int)SHD_UPB(shaper, 0), in ref_pd()
7170 add_shape_spec(astb.bnd.one, mk_id(tmp), astb.bnd.one); in ref_pd()
7472 add_shape_spec(astb.bnd.one, ubast, astb.bnd.one); in ref_pd()
7499 add_shape_spec(astb.bnd.one, mk_bnd_int(shape_acl->u1.ast), in ref_pd()
7556 add_shape_spec(astb.bnd.one, shp[i], astb.bnd.one); in ref_pd()
9842 add_shape_spec(astb.bnd.one, size_ast, astb.bnd.one); in ref_pd()
9860 add_shape_spec(astb.bnd.one, mk_id(tmp), astb.bnd.one); in ref_pd()
[all …]
H A Dtransfrm.c3600 add_shape_spec(lb, ub, astb.bnd.one); in mk_bounds_shape()
H A Dinterf.c5043 add_shape_spec(p_shd->shp[j].lwb, p_shd->shp[j].upb, in new_shape()
H A Dsemutil2.c2949 add_shape_spec(SHD_LWB(shpdest, i), ast, astb.i1); in _constructf90()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h379 void add_shape_spec (int, int, int);