Home
last modified time | relevance | path

Searched refs:stg_size (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dmiscutil.c154 stg->stg_size = size; in stg_alloc_base()
222 stg, stg->stg_dtsize, stg->stg_size, stg->stg_name); in stg_delete()
237 stg, stg->stg_dtsize, stg->stg_size, stg->stg_name); in stg_reset()
257 if (stg->stg_avail > stg->stg_size) { in stg_need()
259 oldsize = stg->stg_size; in stg_need()
265 thisstg, thisstg->stg_dtsize, thisstg->stg_size, newsize, thisstg->stg_name); in stg_need()
266 thisstg->stg_size = newsize; in stg_need()
293 stg_alloc_base(stg, dtsize, basestg->stg_size, name); in stg_alloc_sidecar()
296 stg_clear_force(stg, 0, stg->stg_size, true); in stg_alloc_sidecar()
367 if (stg->stg_avail > stg->stg_size) { in stg_next()
H A Dexpand.h40 stgb.stg_size = sz; \
47 stb.stg_size = nsz; \
51 if (stb.stg_avail > stb.stg_size) \
167 int stg_size; member
H A Dccffinfo.c2492 fihb.stg_size = 500; in addfile()
2493 NEW(fihb.stg_base, FIH, fihb.stg_size); in addfile()
2509 NEED(fihb.stg_avail, fihb.stg_base, FIH, fihb.stg_size, fihb.stg_size + 500); in addfile()
2591 fihb.stg_size = 500; in addinlfile()
2592 NEW(fihb.stg_base, FIH, fihb.stg_size); in addinlfile()
2606 NEED(fihb.stg_avail, fihb.stg_base, FIH, fihb.stg_size, fihb.stg_size + 500); in addinlfile()
2684 NEED(fihb.stg_avail, fihb.stg_base, FIH, fihb.stg_size, fihb.stg_size + 500); in subfih()
2954 fihb.stg_size = 0; in fih_fini()
H A Dsharedefs.h51 unsigned int stg_size, stg_avail, stg_free, stg_cleared, stg_dtsize, \
H A Dfih.h43 int stg_size; member
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dcomm.h144 int stg_size; member
149 int stg_size; member
154 int stg_size; member
182 stgb.stg_size = sz; \
190 stb.stg_size = nsz; \
196 if (stb.stg_avail > stb.stg_size) \
H A Dsymacc.c57 assert(stb.stg_base, "sym_init: no room for symtab", stb.stg_size, in sym_init_first()
64 assert(stb.dt.stg_base, "sym_init: no room for dtypes", stb.dt.stg_size, in sym_init_first()
95 DEBUG_ASSERT(stb.stg_avail > stb.stg_size, in realloc_sym_storage()
100 DEBUG_ASSERT(stb.stg_size > 0, in realloc_sym_storage()
103 DEBUG_ASSERT(stb.stg_avail <= stb.stg_size, in realloc_sym_storage()
H A Dpstride.c85 int stg_avail, stg_size; member
111 int stg_avail, stg_size; member
513 fist.stg_size = 0; in fini_pstride_analysis()
518 fistlist.stg_size = 0; in fini_pstride_analysis()
H A Dast.c77 if (astb.stg_size <= 0) { in ast_init()
88 if (astb.asd.stg_size <= 0) { in ast_init()
89 astb.asd.stg_size = 200; in ast_init()
99 if (astb.shd.stg_size <= 0) { in ast_init()
100 astb.shd.stg_size = 200; in ast_init()
112 if (astb.std.stg_size <= 0) { in ast_init()
126 if (astb.astli.stg_size <= 0) { in ast_init()
127 astb.astli.stg_size = 200; in ast_init()
139 if (astb.argt.stg_size <= 0) { in ast_init()
140 astb.argt.stg_size = 200; in ast_init()
[all …]
H A Dinduc.h137 int stg_size; member
H A Doptimize.h45 stgb.stg_size = sz; \
52 NEED(stb.stg_avail, stb.stg_base, dt, stb.stg_size, stb.stg_size + sz); \
59 stb.stg_size = 0; \
H A Ddetect.c187 TRANS_NEED(trans.arrb, ARREF, trans.arrb.stg_size + 100); in process_rhs_sub()
193 TRANS_NEED(trans.subb, SUBINFO, trans.subb.stg_size + 1000); in process_rhs_sub()
1569 TRANS_NEED(trans.arrb, ARREF, trans.arrb.stg_size + 100); in process_lhs_sub()
1576 TRANS_NEED(trans.subb, SUBINFO, trans.subb.stg_size + 100); in process_lhs_sub()
/dports/math/libpgmath/flang-d07daf3/tools/shared/utils/
H A Dsymacc.c71 stb.stg_size = 1000; in sym_init_first()
72 NEW(stb.stg_base, SYM, stb.stg_size); in sym_init_first()
73 BZERO(stb.stg_base, SYM, stb.stg_size); in sym_init_first()
78 assert(stb.stg_base, "sym_init: no room for symtab", stb.stg_size, in sym_init_first()
89 stb.dt.stg_size = 400; in sym_init_first()
90 NEW(stb.dt.stg_base, ISZ_T, stb.dt.stg_size); in sym_init_first()
94 assert(stb.dt.stg_base, "sym_init: no room for dtypes", stb.dt.stg_size, in sym_init_first()
138 DEBUG_ASSERT(stb.stg_avail > stb.stg_size, in realloc_sym_storage()
143 DEBUG_ASSERT(stb.stg_size > 0, in realloc_sym_storage()
146 DEBUG_ASSERT(stb.stg_avail <= stb.stg_size, in realloc_sym_storage()
H A Dsharedefs.h49 unsigned int stg_size, stg_avail, stg_free, stg_cleared, stg_dtsize, \
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dregutil.h123 int stg_size; member
198 NEED(ratb.stg_avail, ratb.stg_base, RAT, ratb.stg_size, \
199 ratb.stg_size + 100); \
251 int stg_size; member
296 NEED(rcandb.stg_avail, rcandb.stg_base, RCAND, rcandb.stg_size, \
297 rcandb.stg_size + 100); \
H A Dsymacc.cpp57 assert(stb.stg_base, "sym_init: no room for symtab", stb.stg_size, in sym_init_first()
64 assert(stb.dt.stg_base, "sym_init: no room for dtypes", stb.dt.stg_size, in sym_init_first()
88 DEBUG_ASSERT(stb.stg_avail > stb.stg_size, in realloc_sym_storage()
93 DEBUG_ASSERT(stb.stg_size > 0, in realloc_sym_storage()
96 DEBUG_ASSERT(stb.stg_avail <= stb.stg_size, in realloc_sym_storage()
H A Dmachreg.cpp386 NEED(rgsetb.stg_avail, rgsetb.stg_base, RGSET, rgsetb.stg_size, in mr_get_rgset()
387 rgsetb.stg_size + 100); in mr_get_rgset()
H A Dverify.cpp370 VERIFY(0 < iltx && iltx < iltb.stg_size, "invalid ILT index"); in verify_ilt()
431 VERIFY(0 < bihx && bihx < bihb.stg_size, "invalid BIH index"); in verify_block()
H A Dmwd.cpp3454 if (g_dout && (i <= 0 || i >= ilib.stg_size)) { in _printili()
3455 fprintf(dfile, "ili %d out of %d", i, ilib.stg_size - 1); in _printili()
4296 if (ilt >= 0 && ilt < iltb.stg_size) { in printblock()
4318 if (ilt >= 0 && ilt < iltb.stg_size) { in printblockline()
4448 if (ilix <= 0 || ilix >= ilib.stg_size) { in dili()
4645 if (ilix <= 0 || ilix >= ilib.stg_size) in dilitreex()
4756 if (ilt <= 0 || ilt >= iltb.stg_size) { in dilt()
4802 if (ilt >= 0 && ilt < iltb.stg_size) in dumpilt()
4840 if (block <= 0 || block >= bihb.stg_size) { in db()
4957 if (ilt >= 0 && ilt < iltb.stg_size) in dumpblock()
[all …]
H A Dilmutil.cpp303 fihb.stg_size = 10; in init_ilm()
304 NEW(fihb.stg_base, FIH, fihb.stg_size); in init_ilm()
2018 fihb.stg_size = 10; in rewindilms()
2019 NEW(fihb.stg_base, FIH, fihb.stg_size); in rewindilms()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/utils/symtab/
H A Dsharedefs.h51 unsigned int stg_size, stg_avail, stg_free, stg_cleared, stg_dtsize, \
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/symtab/
H A Dsharedefs.h51 unsigned int stg_size, stg_avail, stg_free, stg_cleared, stg_dtsize, \
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/aarch64-Linux/
H A Dmachreg.h348 int stg_size; member
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/ppc64le-Linux/
H A Dmachreg.h348 int stg_size; member
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/x86_64-Linux/
H A Dmachreg.h505 int stg_size; member

12