Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Diltutil.cpp135 if (bihx) { in unlnkilt()
279 if (BIH_PAR(bihx) || BIH_TASK(bihx)) in dump_ilt()
284 BIH_LINENO(bihx), BIH_LABEL(bihx), BIH_ASSN(bihx), BIH_FINDEX(bihx)); in dump_ilt()
288 if (BIH_RD(bihx)) in dump_ilt()
290 if (BIH_FT(bihx)) in dump_ilt()
292 if (BIH_EN(bihx)) in dump_ilt()
294 if (BIH_EX(bihx)) in dump_ilt()
455 dmpilt(int bihx) in dmpilt() argument
466 wrilts(int bihx) in wrilts() argument
487 dmpilt(bihx); in wrilts()
[all …]
H A Dbihutil.cpp195 delbih(int bihx) in delbih() argument
199 next = BIH_NEXT(bihx); in delbih()
200 prev = BIH_PREV(bihx); in delbih()
362 int bihx; in contains_par_blocks() local
364 for (bihx = gbl.entbih; bihx; bihx = BIH_NEXT(bihx)) in contains_par_blocks()
365 if (BIH_PAR(bihx)) in contains_par_blocks()
433 int bihx; in unsplit() local
457 for (bihx = gbl.entbih; bihx; bihx = BIH_NEXT(bihx)) { in unsplit()
463 bihx = b; in unsplit()
466 if (BIH_ILTLAST(bihx) && ILT_BR_OR_CAN_THROW(BIH_ILTLAST(bihx))) in unsplit()
[all …]
H A Diltutil.h37 void *ccff_ilt_info(int msgtype, const char *msgid, int iltx, int bihx, const char *message, ...);
47 void dmpilt(int bihx);
52 void dump_ilt(FILE *ff, int bihx);
72 void rdilts(int bihx);
77 void relnkilt(int iltx, int bihx);
82 void *subccff_ilt_info(void *xparent, int msgtype, const char *msgid, int iltx, int bihx, const cha…
87 void unlnkilt(int iltx, int bihx, bool reuse);
92 void wrilts(int bihx);
H A Drmsmove.cpp104 int bihx, iltx, ilix, new_acon; in rm_smove() local
112 for (bihx = gbl.entbih; bihx; bihx = BIH_NEXT(bihx)) { in rm_smove()
114 rdilts(bihx); in rm_smove()
115 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = ILT_NEXT(iltx)) { in rm_smove()
189 wrilts(bihx); in rm_smove()
191 BIH_SMOVE(bihx) = 1; in rm_smove()
H A Dbihutil.h62 void *ccff_bih_info(int msgtype, const char *msgid, int bihx, const char *message,
68 void delbih(int bihx);
103 void *subccff_bih_info(void *xparent, int msgtype, const char *msgid, int bihx,
H A Dscope.cpp125 is_scope_labels_only_bih(int bihx) in is_scope_labels_only_bih() argument
129 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = ILT_NEXT(iltx)) { in is_scope_labels_only_bih()
871 int bihx, iltx, nextiltx; in remove_scope_labels() local
872 for (bihx = gbl.entbih; 1; bihx = BIH_NEXT(bihx)) { in remove_scope_labels()
873 rdilts(bihx); in remove_scope_labels()
874 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = nextiltx) { in remove_scope_labels()
879 wrilts(bihx); in remove_scope_labels()
880 if (BIH_LAST(bihx)) in remove_scope_labels()
H A Dmachreg.cpp355 int bihx; in mr_init_rgset() local
368 bihx = gbl.entbih; in mr_init_rgset()
370 BIH_RGSET(bihx) = 0; in mr_init_rgset()
371 if (BIH_LAST(bihx)) in mr_init_rgset()
373 bihx = BIH_NEXT(bihx); in mr_init_rgset()
H A Dompaccel.cpp452 int bihx, endlab; in mk_ompaccel_function_end() local
454 bihx = addbih(bihx); in mk_ompaccel_function_end()
455 rdilts(bihx); in mk_ompaccel_function_end()
457 wrilts(bihx); in mk_ompaccel_function_end()
458 BIH_XT(bihx) = 1; in mk_ompaccel_function_end()
473 int dpdscp, bihx; in mk_ompaccel_function() local
509 bihx = addbih(0); in mk_ompaccel_function()
512 rdilts(bihx); in mk_ompaccel_function()
514 wrilts(bihx); in mk_ompaccel_function()
515 BIH_FT(bihx) = 1; in mk_ompaccel_function()
[all …]
H A Dverify.cpp427 verify_block(int bihx, VERIFY_LEVEL level) in verify_block() argument
431 VERIFY(0 < bihx && bihx < bihb.stg_size, "invalid BIH index"); in verify_block()
433 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = ILT_NEXT(iltx)) { in verify_block()
H A Dverify.h46 P(void verify_block(int bihx, VERIFY_LEVEL level))
H A Dscope.h81 bool is_scope_labels_only_bih(int bihx);
H A Dmwd.cpp4809 int bihx, iltx; in dumpilts() local
4815 bihx = BIHNUMG(gbl.currsub); in dumpilts()
4816 for (; bihx; bihx = BIH_NEXT(bihx)) { in dumpilts()
4817 db(bihx); in dumpilts()
4818 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = ILT_NEXT(iltx)) { in dumpilts()
4821 if (BIH_LAST(bihx)) in dumpilts()
H A Dexp_rte.cpp4756 int bihx, iltx, ilix; in exp_remove_gsmove() local
4758 for (bihx = gbl.entbih; bihx; bihx = BIH_NEXT(bihx)) { in exp_remove_gsmove()
4761 rdilts(bihx); in exp_remove_gsmove()
4780 wrilts(bihx); in exp_remove_gsmove()
4783 dump_one_block(gbl.dbgfil, bihx, NULL); in exp_remove_gsmove()
H A Dcgmain.cpp1311 int bihx, ilt, ilix, ilix2, nme; in schedule() local
1368 bihx = gbl.entbih; in schedule()
1370 dmpilt(bihx); in schedule()
1371 if (BIH_LAST(bihx)) in schedule()
1373 bihx = BIH_NEXT(bihx); in schedule()
H A Diliutil.cpp9066 int bihx, iltx; in mark_ili() local
9072 for (bihx = gbl.entbih; bihx != 0; bihx = BIH_NEXT(bihx)) in mark_ili()
9073 for (iltx = BIH_ILTFIRST(bihx); iltx != 0; iltx = ILT_NEXT(iltx)) { in mark_ili()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfindloop.c924 for (bihx = headbih; 1; bihx = BIH_NEXT(bihx)) { in convert_loop()
925 lastheadbih = bihx; in convert_loop()
926 fgx = BIH_TO_FG(bihx); in convert_loop()
968 bihx); in convert_loop()
1083 for (bihx = oldheadbih; 1; bihx = BIH_NEXT(bihx)) { in convert_loop()
1103 if (bihx == lastheadbih) in convert_loop()
1129 for (bihx = oldheadbih; 1; bihx = BIH_NEXT(bihx)) { in convert_loop()
1130 fgx = BIH_TO_FG(bihx); in convert_loop()
1261 int lpx, fgx, bihx, px; in sortloops() local
1272 for (bihx = gbl.entbih; bihx; bihx = BIH_NEXT(bihx)) { in sortloops()
[all …]
H A Dhlvect.c96 void vdel_bih(int bihx);
331 vdel_bih(int bihx) in vdel_bih() argument
335 BIH_RGSET(bihx) = vdel_lst; in vdel_bih()
336 vdel_lst = bihx; in vdel_bih()
344 int bihx, nextbih; in vunlnk_bih() local
346 for (bihx = vdel_lst; bihx; bihx = nextbih) { in vunlnk_bih()
347 nextbih = BIH_RGSET(bihx); in vunlnk_bih()
348 BIH_RGSET(bihx) = 0; in vunlnk_bih()
349 rdilts(bihx); in vunlnk_bih()
352 wrilts(bihx); in vunlnk_bih()
[all …]
H A Doptimize.c63 static void replace_label(int bihx, int label, int newlab);
249 int bihx; in function_end() local
896 replace_label(int bihx, int label, int newlab) in replace_label() argument
901 std = BIH_ILTLAST(bihx); in replace_label()
H A Dhlvect.h602 extern void vdel_bih(int bihx);
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dccffinfo.h31 void *ccff_bih_info(int msgtype, const char *msgid, int bihx,
34 void *subccff_bih_info(void *xparent, int msgtype, const char *msgid, int bihx,
38 int bihx, const char *message, ...);
40 void *ccff_ilt_info(int msgtype, const char *msgid, int iltx, int bihx,
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Derbi.tim1281 bihx=半
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in9548 bihx 半 27746
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in9548 bihx 半 27746
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in9548 bihx 半 27746
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in9548 bihx 半 27746