Home
last modified time | relevance | path

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

12

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Diltutil.cpp106 delilt(int iltx) in delilt() argument
120 ILT_FREE(iltx) = 1; in delilt()
136 i = ILT_PREV(iltx); in unlnkilt()
137 j = ILT_NEXT(iltx); in unlnkilt()
159 ILT_FREE(iltx) = 1; in unlnkilt()
176 ILT_PREV(iltx) = j; in relnkilt()
182 ILT_FREE(iltx) = 0; in relnkilt()
195 i = ILT_PREV(iltx); in moveilt()
200 ILT_NEXT(i) = iltx; in moveilt()
527 if (iltx > 0) { in ccff_ilt_info()
[all …]
H A Diltutil.h32 int reduce_ilt(int iltx, int ilix);
37 void *ccff_ilt_info(int msgtype, const char *msgid, int iltx, int bihx, const char *message, ...);
42 void delilt(int iltx);
67 void moveilt(int iltx, int before);
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);
H A Drmsmove.cpp104 int bihx, iltx, ilix, new_acon; in rm_smove() local
115 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = ILT_NEXT(iltx)) { in rm_smove()
116 ilix = ILT_ILIP(iltx); in rm_smove()
175 ILT_ILIP(iltx) = ilix; in rm_smove()
177 ILT_ST(iltx) = 1; in rm_smove()
179 iltx = addilt(iltx, ilix); in rm_smove()
H A Dverify.cpp367 verify_ilt(int iltx, VERIFY_LEVEL level) in verify_ilt() argument
370 VERIFY(0 < iltx && iltx < iltb.stg_size, "invalid ILT index"); in verify_ilt()
377 ilix = ILT_ILIP(iltx); in verify_ilt()
385 VERIFY(!ILT_CAN_THROW(iltx), "ILT_CAN_THROW should be false for " in verify_ilt()
404 VERIFY(ILT_CAN_THROW(iltx), in verify_ilt()
407 VERIFY(!ILT_CAN_THROW(iltx), in verify_ilt()
411 VERIFY(!ILT_CAN_THROW(iltx), in verify_ilt()
418 if (flg.opt >= 2 && ILT_NEXT(iltx)) { in verify_ilt()
429 int iltx; in verify_block() local
433 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = ILT_NEXT(iltx)) { in verify_block()
[all …]
H A Dbihutil.cpp253 int firstilt, lastilt, iltx; in merge_bih() local
321 iltx = lastilt; in merge_bih()
322 while (iltx) { in merge_bih()
323 if (ILT_DELEBB(iltx)) { in merge_bih()
324 ILT_DELETE(iltx) = 1; in merge_bih()
325 ILT_DELEBB(iltx) = 0; in merge_bih()
332 iltx = ILT_PREV(iltx); in merge_bih()
479 int bihx, iltx, iltnext; in split_extended() local
483 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = iltnext) { in split_extended()
486 ilix = ILT_ILIP(iltx); in split_extended()
[all …]
H A Dscope.cpp127 int iltx; in is_scope_labels_only_bih() local
129 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = ILT_NEXT(iltx)) { in is_scope_labels_only_bih()
130 if (!is_scope_label_ili(ILT_ILIP(iltx))) in is_scope_labels_only_bih()
871 int bihx, iltx, nextiltx; in remove_scope_labels() local
874 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = nextiltx) { in remove_scope_labels()
875 nextiltx = ILT_NEXT(iltx); in remove_scope_labels()
876 if (is_scope_label_ili(ILT_ILIP(iltx))) in remove_scope_labels()
877 delilt(iltx); in remove_scope_labels()
H A Dexputil.cpp124 int iltx, opc = 0; in wr_block() local
130 iltx = ILT_PREV(0); in wr_block()
131 if (iltx != 0) in wr_block()
132 opc = ILI_OPC(ILT_ILIP(iltx)); in wr_block()
133 if (iltx == 0 || !ILT_BR(iltx) || (opc != IL_JMP && opc != IL_QSWITCH && in wr_block()
629 for (iltx = ILT_PREV(0); iltx != 0; iltx = ILT_PREV(iltx)) { in check_ilm()
630 if (ILT_ILIP(iltx) == ilix) { in check_ilm()
676 iltx = addilt(iltx, ilix); in check_ilm()
682 ilmx, iltx, ilix); in check_ilm()
685 ilix = ILT_ILIP(iltx); in check_ilm()
[all …]
H A Dmwd.h364 void dumpiltdeflist(int iltx);
374 void dumpiltmrlist(int iltx);
384 void dumpiltuselist(int iltx);
694 void dumpvilt(int iltx);
H A Dverify.h61 P(void verify_ilt(int iltx, VERIFY_LEVEL level))
H A Dexp_rte.cpp4756 int bihx, iltx, ilix; in exp_remove_gsmove() local
4762 for (iltx = ILT_NEXT(0); iltx;) { in exp_remove_gsmove()
4763 next_ilt = ILT_NEXT(iltx); in exp_remove_gsmove()
4764 ilix = ILT_ILIP(iltx); in exp_remove_gsmove()
4772 gsmove_ilt = iltx; in exp_remove_gsmove()
4776 delilt(iltx); in exp_remove_gsmove()
4778 iltx = next_ilt; in exp_remove_gsmove()
H A Dmwd.cpp4809 int bihx, iltx; in dumpilts() local
4818 for (iltx = BIH_ILTFIRST(bihx); iltx; iltx = ILT_NEXT(iltx)) { in dumpilts()
4819 dilt(iltx); in dumpilts()
H A Diliutil.cpp9066 int bihx, iltx; in mark_ili() local
9073 for (iltx = BIH_ILTFIRST(bihx); iltx != 0; iltx = ILT_NEXT(iltx)) { in mark_ili()
9074 int ilix = (int)ILT_ILIP(iltx); in mark_ili()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Doptutil.c835 for (iltx = (def_std); iltx; iltx = STD_PREV(iltx)) { in def_ok()
1089 for (iltx = STD_PREV(iltx); iltx; iltx = STD_PREV(iltx)) in _avail()
1114 for (iltx = srch_ae.start.stmt; iltx; iltx = STD_PREV(iltx)) { in _avail()
1241 iltx = STD_NEXT(iltx); in iscall_in_path()
1252 iltx = STD_NEXT(iltx); in iscall_in_path()
1267 for (iltx = (srch_ae.end.stmt); iltx; iltx = STD_PREV(iltx)) { in iscall_in_path()
1417 iltx = STD_NEXT(iltx); in isptr_in_path()
1445 for (iltx = (srch_ae.end.stmt); iltx; iltx = STD_PREV(iltx)) { in isptr_in_path()
2285 iltx = STD_NEXT(iltx); in isptrdef_in_path()
2293 iltx = STD_NEXT(iltx); in isptrdef_in_path()
[all …]
H A Dflow_util.c111 use_hash_insert(int usex, bool high_bit, bool use_match_ili, int ilix, int nmex, int iltx) in use_hash_insert() argument
113 hash_key_t key = use_hash_key(high_bit, use_match_ili, ilix, nmex, iltx); in use_hash_insert()
128 use_hash_lookup(bool high_bit, bool use_match_ili, int ilix, int nmex, int iltx) in use_hash_lookup() argument
131 hash_key_t key = use_hash_key(high_bit, use_match_ili, ilix, nmex, iltx); in use_hash_lookup()
H A Dflow_util.h50 void use_hash_insert(int usex, bool high_bit, bool use_match_ili, int ilix, int nmex, int iltx);
56 int use_hash_lookup(bool high_bit, bool use_match_ili, int ilix, int nmex, int iltx);
H A Dfindloop.c883 int headbih, tailbih, iltx, newhead, exit; in convert_loop() local
929 iltx = BIH_ILTFIRST(bihx); in convert_loop()
930 if (ILT_DBGLINE(iltx)) in convert_loop()
931 iltx = ILT_NEXT(iltx); in convert_loop()
932 for (tmp = iltx; tmp; tmp = ILT_NEXT(tmp)) in convert_loop()
1084 iltx = BIH_ILTFIRST(bihx); in convert_loop()
1085 if (ILT_DBGLINE(iltx)) in convert_loop()
1086 iltx = ILT_NEXT(iltx); in convert_loop()
1087 for (; iltx && iltx != br_ilt; iltx = ILT_NEXT(iltx)) { in convert_loop()
1088 int ilix = ILT_ILIP(iltx); in convert_loop()
[all …]
H A Dinduc.c1059 get_du(int nme, int fgx, int iltx, int ilix, int cse) in get_du() argument
1067 USE_STD(i) = iltx; in get_du()
1104 add_def(int nme, int fgx, int iltx, DU *csel, DU *du) in add_def() argument
1112 DEF_STD(i) = iltx; in add_def()
1143 int iltx; in do_branch() local
H A Dpointsto.c365 int iltx; member
397 .iltx
413 #define ASILT(asx) as.stg_base[asx].iltx
1313 make_assignment(int v, int iltx, int lhstds, int rhstds, int add, int stride) in make_assignment() argument
1319 FG_TO_BIH(v), iltx, lhstds, rhstds); in make_assignment()
1324 printast(iltx); in make_assignment()
1344 ASILT(asx) = iltx; in make_assignment()
1364 ASILT(asx) = iltx; in make_assignment()
1374 ASILT(asx) = iltx; in make_assignment()
1384 ASILT(asx) = iltx; in make_assignment()
[all …]
H A Dhlvect.c169 int iltx; member
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dccffinfo.h37 void *subccff_ilt_info(void *xparent, int msgtype, const char *msgid, int iltx,
40 void *ccff_ilt_info(int msgtype, const char *msgid, int iltx, int bihx,
/dports/sysutils/webmin/webmin-1.981/lang/
H A Dmt.auto254 feedback_emodule=Int għażilt li tinkludi konfigurazzjoni tal-modulu fl-email, imma ma għażiltx modu…
/dports/sysutils/usermin/usermin-1.830/lang/
H A Dmt.auto254 feedback_emodule=Int għażilt li tinkludi konfigurazzjoni tal-modulu fl-email, imma ma għażiltx modu…
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in35910 iltx 跺 383
35911 iltx 哚 3
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in35910 iltx 跺 383
35911 iltx 哚 3
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in35910 iltx 跺 383
35911 iltx 哚 3

12