Searched defs:dep_type (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/usr.bin/dsynth/ |
H A D | pkglist.c | 96 deptype2str(int dep_type) in deptype2str() 791 resolveDepString(pkg_t *pkg, char *depstr, int gentopo, int dep_type) in resolveDepString()
|
H A D | dsynth.h | 123 int dep_type; member
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | x86-tune-sched.c | 237 ix86_adjust_cost (rtx_insn *insn, int dep_type, rtx_insn *dep_insn, int cost, in ix86_adjust_cost()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ddg.h | 37 typedef enum {TRUE_DEP, OUTPUT_DEP, ANTI_DEP} dep_type; typedef
|
H A D | sched-deps.c | 1503 add_dependence (rtx con, rtx pro, enum reg_note dep_type) in add_dependence() 1550 add_dependence_list (rtx insn, rtx list, int uncond, enum reg_note dep_type) in add_dependence_list() 1564 int uncond, enum reg_note dep_type) in add_dependence_list_and_free() 4067 add_dependence_1 (rtx insn, rtx elem, enum reg_note dep_type) in add_dependence_1()
|
H A D | haifa-sched.c | 1343 enum reg_note dep_type = DEP_TYPE (link); in dep_cost_1() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ddg.h | 32 enum dep_type {TRUE_DEP, OUTPUT_DEP, ANTI_DEP}; enum
|
H A D | sched-deps.c | 1512 add_dependence (rtx_insn *con, rtx_insn *pro, enum reg_note dep_type) in add_dependence() 1561 enum reg_note dep_type, bool hard) in add_dependence_list() 1579 int uncond, enum reg_note dep_type, bool hard) in add_dependence_list_and_free() 4266 add_dependence_1 (rtx_insn *insn, rtx_insn *elem, enum reg_note dep_type) in add_dependence_1()
|
H A D | haifa-sched.c | 1471 enum reg_note dep_type = DEP_TYPE (link); in dep_cost_1() local
|