Searched refs:BitRef (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DBitTracker.h30 struct BitRef;
78 struct BitTracker::BitRef { struct in class:llvm::BitTracker
79 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} function in struct:llvm::BitTracker::BitRef
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(Re
[all...]
H A DBitTracker.cpp18 // A "ref" value is associated with a BitRef structure, which indicates
191 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i));
378 RC[i].RefI = BitRef(RR.Reg, i);
H A DHexagonBitTracker.cpp1079 Res[i] = BT::BitValue::self(BT::BitRef(RD.Reg, i));

Completed in 94 milliseconds