Lines Matching defs:dependency

661   int depind;                       /* dependency index */
662 const struct ia64_dependency *dependency; /* actual dependency */
665 int index; /* specific regno/bit within dependency */
673 const char *file; /* what file marked this dependency */
674 unsigned int line; /* what line marked this dependency */
7158 -x | -xexplicit turn on dependency violation checking\n"), stream);
7161 -xauto automagically remove dependency violations (default)\n\
7162 -xnone turn off dependency violation checking\n\
7163 -xdebug debug dependency violation checker\n\
7164 -xdebugn debug dependency violation checker but turn off\n\
7165 dependency violation checking\n\
7166 -xdebugx debug dependency violation checker and turn on\n\
7167 dependency violation checking\n"),
7508 /* Don't turn on dependency checking for VMS, doesn't work. */
8126 /* Returns the index of the given dependency in the opcode's list of chks, or
8127 -1 if there is no dependency. */
8183 17) CR[TPR] has a RAW dependency only between mov-to-CR-TPR and
8187 this code; there are no dependency violations based on memory access.
8217 tmpl.dependency = dep;
8234 as_warn (_("Unhandled dependency %s for %s (%s), note %d"), \
9547 as_bad (_("Unrecognized dependency specifier %d\n"), dep->specifier);
10043 count = specify_resource (rs->dependency, idesc, DV_CHK, specs, note, path);
10047 if (rs->dependency->specifier == IA64_RS_AR_UNAT
10063 if (rs->dependency->specifier == IA64_RS_PR
10064 || rs->dependency->specifier == IA64_RS_PRr
10065 || rs->dependency->specifier == IA64_RS_PR63)
10072 dv_mode[rs->dependency->mode],
10073 rs->dependency->specifier != IA64_RS_PR63 ?
10080 dv_mode[rs->dependency->mode],
10083 rs->dependency->specifier != IA64_RS_PR63 ?
10126 const struct ia64_dependency *dep = regdeps[i].dependency;
10200 action, dv_mode[(regdeps[depind].dependency)->mode],
10201 (regdeps[depind].dependency)->name);
10237 || (regdeps[i].dependency)->semantics == IA64_DVS_OTHER)
10252 switch (rs->dependency->semantics)
10310 /* Check the resources used by the given opcode against the current dependency
10337 const struct ia64_dependency *dep = rs->dependency;
10356 /* If the dependency wasn't on the path being checked, ignore it. */
10406 "Use of '%s' %s %s dependency '%s' (%s)%s%s",
10551 in an existing dependency, remove that dependency. */
10599 /* Examine the current instruction for dependency violations. */
10613 instruction has the dependency in its chks list which uses that resource,
10621 /* There are several types of dependency semantics, and each has its own
10845 /* Check for dependency violations. */