Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Dep

789 // Anti-dep between c) and b) is irrelevant for this case
807 auto &Dep = PacketSU->Succs[i];
808 if (Dep.getSUnit() == PacketSUDep && Dep.getKind() == SDep::Anti &&
809 Dep.getReg() == DepReg)
872 auto Dep = PacketSU->Succs[i];
874 // candidate and one of current packet members, this dep is on
875 // predicate reg, and there already exist anti dep on the same pred in
877 if (Dep.getSUnit() == SU && Dep.getKind() == SDep::Data &&
878 Hexagon::PredRegsRegClass.contains(Dep.getReg())) {
880 // data dep to candidate on the register we care about - c) in the
884 if (restrictingDepExistInPacket(I, Dep.getReg()))