Home | History | Annotate | Download | only in Hexagon

Lines Matching full:anti

294   return DepType == SDep::Data || DepType == SDep::Anti ||
783 // Go through the packet instructions and search for an anti dependency between
795 // Anti-dep between c) and b) is irrelevant for this case
814 if (Dep.getSUnit() == PacketSUDep && Dep.getKind() == SDep::Anti &&
869 // Look for Anti dependecy on the same predicate reg as used in the
881 // predicate reg, and there already exist anti dep on the same pred in
887 // above example. Now I need to see if there is an anti dependency
1409 // There are certain anti-dependencies that cannot be ignored.
1415 if (DepType == SDep::Anti && J->isCall()) {
1427 // Skip over remaining anti-dependences. Two instructions that are
1428 // anti-dependent can share a packet, since in most such cases all
1433 if (DepType != SDep::Anti) {