Lines Matching refs:depind
663 int depind; /* dependency index */ member
8184 depends_on (int depind, struct ia64_opcode *idesc) in depends_on() argument
8190 if (depind == DEP (dep->chks[i])) in depends_on()
8282 tmpl.depind = 0; in specify_resource()
10231 int depind, in mark_resource() argument
10243 regdeps[regdepslen].depind = depind; in mark_resource()
10254 print_dependency (const char *action, int depind) in print_dependency() argument
10259 action, dv_mode[(regdeps[depind].dependency)->mode], in print_dependency()
10260 (regdeps[depind].dependency)->name); in print_dependency()
10261 if (regdeps[depind].specific && regdeps[depind].index >= 0) in print_dependency()
10262 fprintf (stderr, " (%d)", regdeps[depind].index); in print_dependency()
10263 if (regdeps[depind].mem_offset.hint) in print_dependency()
10266 fprintf_vma (stderr, regdeps[depind].mem_offset.base); in print_dependency()
10268 fprintf_vma (stderr, regdeps[depind].mem_offset.offset); in print_dependency()
10402 || (chkind = depends_on (rs->depind, idesc)) == -1) in check_dependencies()
10613 int depind = 0; in update_dependencies() local
10618 while (depind < regdepslen) in update_dependencies()
10620 if (regdeps[depind].qp_regno == qp_implies[i].p1) in update_dependencies()
10622 print_dependency ("Removing", depind); in update_dependencies()
10623 regdeps[depind] = regdeps[--regdepslen]; in update_dependencies()
10626 ++depind; in update_dependencies()