Searched refs:dep1 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched-atom.c96 dep_t dep1; local
99 FOR_EACH_DEP (con, SD_LIST_BACK, sd_it1, dep1)
102 pro = DEP_PRO (dep1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched-atom.cc96 dep_t dep1; local
99 FOR_EACH_DEP (con, SD_LIST_BACK, sd_it1, dep1)
102 pro = DEP_PRO (dep1);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-cache.cc704 bool current_p (tree name, tree dep1, tree dep2) const;
742 temporal_cache::current_p (tree name, tree dep1, tree dep2) const argument
751 if (dep1 && ts < temporal_value (SSA_NAME_VERSION (dep1)))
H A Dgimple-range-gori.cc1180 tree dep1 = depend1 (name); local
1184 if (!dep1)
1194 return ((is_export_p (dep1, bb))
1197 return (is_export_p (dep1)) || (dep2 && is_export_p (dep2));
H A Dhaifa-sched.cc1672 struct _dep _dep1, *dep1 = &_dep1;
1674 init_dep (dep1, insn, next, REG_DEP_ANTI);
1676 cost = dep_cost (dep1);
2765 dep_t dep1;
2774 dep1 = sd_find_dep_between (last, tmp, true);
2776 if (dep1 == NULL || dep_cost (dep1) == 1)
2779 DEP_TYPE (dep1) == REG_DEP_TRUE)
1664 struct _dep _dep1, *dep1 = &_dep1; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c1672 struct _dep _dep1, *dep1 = &_dep1;
1674 init_dep (dep1, insn, next, REG_DEP_ANTI);
1676 cost = dep_cost (dep1);
2765 dep_t dep1;
2774 dep1 = sd_find_dep_between (last, tmp, true);
2776 if (dep1 == NULL || dep_cost (dep1) == 1)
2779 DEP_TYPE (dep1) == REG_DEP_TRUE)
1664 struct _dep _dep1, *dep1 = &_dep1; local
2753 dep_t dep1; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1512 tree dep1 = dependent_alias_template_spec_p (t1, nt_transparent);
1514 if ((dep1 || dep2) && dep1 != dep2)
1510 tree dep1 = dependent_alias_template_spec_p (t1, nt_transparent); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1516 tree dep1 = dependent_alias_template_spec_p (t1, nt_transparent);
1518 if ((dep1 || dep2) && dep1 != dep2)
1514 tree dep1 = dependent_alias_template_spec_p (t1, nt_transparent); local
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dia64-asmtab.c419 static const unsigned short dep1[] = { variable
1765 { NELS(dep1), dep1, NELS(dep0), dep0, },
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dia64-asmtab.c419 static const unsigned short dep1[] = { variable
1765 { NELS(dep1), dep1, NELS(dep0), dep0, },
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-asmtab.c419 static const unsigned short dep1[] = { variable
1765 { NELS(dep1), dep1, NELS(dep0), dep0, },
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dia64-asmtab.c419 static const unsigned short dep1[] = { variable
1765 { NELS(dep1), dep1, NELS(dep0), dep0, },

Completed in 408 milliseconds