Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:BitValue

273     if (RC1[B1+i].Type == BitTracker::BitValue::Ref && RC1[B1+i].RefI.Reg == 0)
276 if (RC2[B2+i].Type == BitTracker::BitValue::Ref && RC2[B2+i].RefI.Reg == 0)
299 const BitTracker::BitValue &BV = RC[i-1];
1338 const BitTracker::BitValue &V = RC[i-1];
1734 const BitTracker::BitValue &RV = RC[i+B];
1735 if (RV.Type == BitTracker::BitValue::Ref) {
2083 const BitTracker::BitValue &V = SC[F+BN];
2084 if (V.Type == BitTracker::BitValue::Ref && V.RefI.Reg != RS.Reg) {
2386 const BitTracker::BitValue &V = RC[i];
2443 const BitTracker::BitValue &V = OutC[i];
2444 if (V.Type != BitTracker::BitValue::Ref)
2464 const BitTracker::BitValue &V1 = OutC1[i], &V2 = OutC2[i];
2465 if (V1.Type != V2.Type || V1.Type == BitTracker::BitValue::One)
2467 if (V1.Type != BitTracker::BitValue::Ref)