Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:BitRef

30   struct BitRef;
78 struct BitTracker::BitRef {
79 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {}
80 bool operator== (const BitRef &BR) const {
142 BitRef RefI;
178 bool meet(const BitValue &V, const BitRef &Self) {
204 static BitValue self(const BitRef &Self = BitRef());
230 BitTracker::BitValue::self(const BitRef &Self) {
315 RC.Bits[i] = BitValue::self(BitRef(Reg, i));