Searched refs:REG_DEP_ANTI (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c67 return REG_DEP_ANTI;
86 gcc_assert (dk == REG_DEP_ANTI);
189 case REG_DEP_ANTI:
972 present_dep_type = REG_DEP_ANTI;
1044 case REG_DEP_ANTI:
1095 case REG_DEP_ANTI:
1514 the type to REG_DEP_ANTI if we can determine that predication is
1522 dep_type = REG_DEP_ANTI;
1540 dep_type = REG_DEP_ANTI;
1547 dep_type = REG_DEP_ANTI;
4851 REG_DEP_ANTI); local
[all...]
H A Dsched-ebb.c396 add_dependence (insn, last_jump, REG_DEP_ANTI);
425 dependency because REG_DEP_ANTI has the lowest
434 init_dep (dep, prev, insn, REG_DEP_ANTI);
H A Dddg.c183 /* Note: REG_DEP_ANTI applies to MEM ANTI_DEP as well!! */
184 if (DEP_TYPE (link) == REG_DEP_ANTI)
239 dep_kind = REG_DEP_ANTI;
H A Dsched-rgn.c2490 add_dependence (last, insn, REG_DEP_ANTI);
2525 add_dependence (last, insn, REG_DEP_ANTI);
2577 add_dependence (tail, insn, REG_DEP_ANTI);
2934 case REG_DEP_ANTI:
H A Dhaifa-sched.c799 add_dependence (insn, pair->i1, REG_DEP_ANTI);
826 add_dependence (pair->i1, other_pair->i1, REG_DEP_ANTI);
1486 if (dep_type == REG_DEP_ANTI)
1674 init_dep (dep1, insn, next, REG_DEP_ANTI);
8571 init_dep (new_dep, check, twin, REG_DEP_ANTI);
8971 init_dep (new_dep, insn, jump, REG_DEP_ANTI);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc67 return REG_DEP_ANTI;
86 gcc_assert (dk == REG_DEP_ANTI);
189 case REG_DEP_ANTI:
972 present_dep_type = REG_DEP_ANTI;
1044 case REG_DEP_ANTI:
1095 case REG_DEP_ANTI:
1514 the type to REG_DEP_ANTI if we can determine that predication is
1522 dep_type = REG_DEP_ANTI;
1540 dep_type = REG_DEP_ANTI;
1547 dep_type = REG_DEP_ANTI;
4837 REG_DEP_ANTI); local
[all...]
H A Dsched-ebb.cc396 add_dependence (insn, last_jump, REG_DEP_ANTI);
425 dependency because REG_DEP_ANTI has the lowest
434 init_dep (dep, prev, insn, REG_DEP_ANTI);
H A Dddg.cc183 /* Note: REG_DEP_ANTI applies to MEM ANTI_DEP as well!! */
184 if (DEP_TYPE (link) == REG_DEP_ANTI)
239 dep_kind = REG_DEP_ANTI;
H A Dsched-rgn.cc2486 add_dependence (last, insn, REG_DEP_ANTI);
2521 add_dependence (last, insn, REG_DEP_ANTI);
2573 add_dependence (tail, insn, REG_DEP_ANTI);
2930 case REG_DEP_ANTI:
H A Dhaifa-sched.cc799 add_dependence (insn, pair->i1, REG_DEP_ANTI);
826 add_dependence (pair->i1, other_pair->i1, REG_DEP_ANTI);
1486 if (dep_type == REG_DEP_ANTI)
1674 init_dep (dep1, insn, next, REG_DEP_ANTI);
8576 init_dep (new_dep, check, twin, REG_DEP_ANTI);
8976 init_dep (new_dep, insn, jump, REG_DEP_ANTI);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c603 if (dep_type == REG_DEP_ANTI)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc604 if (dep_type == REG_DEP_ANTI)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c10267 case REG_DEP_ANTI:
10318 case REG_DEP_ANTI:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc10228 case REG_DEP_ANTI:
10279 case REG_DEP_ANTI:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c4529 if (kind == REG_DEP_ANTI && insn_type == TYPE_SHADOW)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c6488 if (dep_type == REG_DEP_ANTI || dep_type == REG_DEP_OUTPUT)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc4531 if (kind == REG_DEP_ANTI && insn_type == TYPE_SHADOW)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc6984 if (dep_type == REG_DEP_ANTI || dep_type == REG_DEP_OUTPUT)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c3063 if (JUMP_P (insn) && dep_type == REG_DEP_ANTI)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c4947 case REG_DEP_ANTI:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc4981 case REG_DEP_ANTI:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c11992 case REG_DEP_ANTI:
12432 if (dep_type == REG_DEP_ANTI
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c17567 case REG_DEP_ANTI:
17596 case REG_DEP_ANTI: dep = "anti depencency"; break;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc18021 case REG_DEP_ANTI:
18050 case REG_DEP_ANTI: dep = "anti depencency"; break;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc12153 case REG_DEP_ANTI:
12565 if (dep_type == REG_DEP_ANTI

Completed in 1046 milliseconds

12