Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:V2

2459     const BitTracker::BitValue &V1 = OutC1[i], &V2 = OutC2[i];
2460 if (V1.Type != V2.Type || V1.Type == BitTracker::BitValue::One)
2464 if (V1.RefI.Pos != V2.RefI.Pos)
2468 if (V2.RefI.Reg == 0 || V2.RefI.Reg == OutR2)
2471 MatchR = V2.RefI.Reg;
2472 else if (V2.RefI.Reg != MatchR)