Lines Matching refs:path

330     int path;                       /* number of alt. entry points seen */  member
679 int path; /* corresponding code entry index */ member
691 int path; member
702 int path; member
711 int path; member
719 (((1 << (8 * sizeof(gr_values->path) - 2)) - 1) << 1) + 1,
4959 gr_values[regno - REG_GR].path = md.path; in dot_reg_val()
7548 md.path = 0; in md_begin()
7831 if (md.path == md.maxpaths) in ia64_frob_label()
7838 md.entry_labels[md.path++] = S_GET_NAME (sym); in ia64_frob_label()
8258 int path) in specify_resource() argument
8285 tmpl.path = 0; in specify_resource()
8290 #define KNOWN(REG) (gr_values[REG].known && gr_values[REG].path >= path) in specify_resource()
9641 && qp_mutexes[i].path == md.path) in update_qp_mutex()
9662 if (qp_mutexes[i].path == md.path) in update_qp_mutex()
9768 && qp_implies[i].path == md.path in add_qp_imply()
9784 qp_implies[qp_implieslen].path = md.path; in add_qp_imply()
9831 qp_mutexes[qp_mutexeslen].path = md.path; in add_qp_mutex()
10018 gr_values[regno].path = md.path; in note_register_values()
10042 gr_values[regno].path = md.path; in note_register_values()
10061 qp_mutex (int p1, int p2, int path) in qp_mutex() argument
10071 if (qp_mutexes[i].path >= path in qp_mutex()
10088 int path) in resources_match() argument
10096 if (qp_mutex (rs->qp_regno, qp_regno, path) in resources_match()
10100 count = specify_resource (rs->dependency, idesc, DV_CHK, specs, note, path); in resources_match()
10232 int path) in mark_resource() argument
10244 regdeps[regdepslen].path = path; in mark_resource()
10387 int path; in check_dependencies() local
10411 for (path = 0; path <= md.path; path++) in check_dependencies()
10416 if (rs->path < path) in check_dependencies()
10436 if (qp_implies[implies].path >= path in check_dependencies()
10449 CURR_SLOT.qp_regno, path)) != 0) in check_dependencies()
10456 if (path != 0) in check_dependencies()
10459 md.entry_labels[path - 1]); in check_dependencies()
10475 if (path < md.path) in check_dependencies()
10531 int path; in mark_resources() local
10544 count = specify_resource (dep, idesc, DV_REG, specs, note, md.path); in mark_resources()
10549 DEP (opdeps->regs[i]), md.path); in mark_resources()
10566 for (path = 0; path < md.path; path++) in mark_resources()
10568 count = specify_resource (dep, idesc, DV_REG, specs, note, path); in mark_resources()
10571 DEP (opdeps->regs[i]), path); in mark_resources()
10600 md.path = 0; in update_dependencies()