Lines Matching defs:dependency

660   int depind;                       /* dependency index */
661 const struct ia64_dependency *dependency; /* actual dependency */
664 int index; /* specific regno/bit within dependency */
672 const char *file; /* what file marked this dependency */
673 unsigned int line; /* what line marked this dependency */
7151 -x | -xexplicit turn on dependency violation checking\n"), stream);
7154 -xauto automagically remove dependency violations (default)\n\
7155 -xnone turn off dependency violation checking\n\
7156 -xdebug debug dependency violation checker\n\
7157 -xdebugn debug dependency violation checker but turn off\n\
7158 dependency violation checking\n\
7159 -xdebugx debug dependency violation checker and turn on\n\
7160 dependency violation checking\n"),
7501 /* Don't turn on dependency checking for VMS, doesn't work. */
8119 /* Returns the index of the given dependency in the opcode's list of chks, or
8120 -1 if there is no dependency. */
8176 17) CR[TPR] has a RAW dependency only between mov-to-CR-TPR and
8180 this code; there are no dependency violations based on memory access.
8210 tmpl.dependency = dep;
8227 as_warn (_("Unhandled dependency %s for %s (%s), note %d"), \
9540 as_bad (_("Unrecognized dependency specifier %d\n"), dep->specifier);
10030 count = specify_resource (rs->dependency, idesc, DV_CHK, specs, note, path);
10034 if (rs->dependency->specifier == IA64_RS_AR_UNAT
10050 if (rs->dependency->specifier == IA64_RS_PR
10051 || rs->dependency->specifier == IA64_RS_PRr
10052 || rs->dependency->specifier == IA64_RS_PR63)
10059 dv_mode[rs->dependency->mode],
10060 rs->dependency->specifier != IA64_RS_PR63 ?
10067 dv_mode[rs->dependency->mode],
10070 rs->dependency->specifier != IA64_RS_PR63 ?
10113 const struct ia64_dependency *dep = regdeps[i].dependency;
10187 action, dv_mode[(regdeps[depind].dependency)->mode],
10188 (regdeps[depind].dependency)->name);
10221 || (regdeps[i].dependency)->semantics == IA64_DVS_OTHER)
10236 switch (rs->dependency->semantics)
10294 /* Check the resources used by the given opcode against the current dependency
10321 const struct ia64_dependency *dep = rs->dependency;
10340 /* If the dependency wasn't on the path being checked, ignore it. */
10390 "Use of '%s' %s %s dependency '%s' (%s)%s%s",
10535 in an existing dependency, remove that dependency. */
10583 /* Examine the current instruction for dependency violations. */
10597 instruction has the dependency in its chks list which uses that resource,
10605 /* There are several types of dependency semantics, and each has its own
10829 /* Check for dependency violations. */