Searched refs:SelfR (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 196 bool BT::RegisterCell::meet(const RegisterCell &RC, Register SelfR) { in meet() argument 199 assert(SelfR == 0 || SelfR.isVirtual()); in meet() 203 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i)); in meet()
|
| H A D | HexagonBitSimplify.cpp | 1766 bool matchHalf(unsigned SelfR, const BitTracker::RegisterCell &RC, 1770 bool matchPackhl(unsigned SelfR, const BitTracker::RegisterCell &RC, 1809 bool BitSimplification::matchHalf(unsigned SelfR, in matchHalf() argument 1831 if (Reg == 0 || Reg == SelfR) // Don't match "self". in matchHalf() 1896 bool BitSimplification::matchPackhl(unsigned SelfR, in matchPackhl() argument 1901 if (!matchHalf(SelfR, RC, 0, L2) || !matchHalf(SelfR, RC, 16, L1)) in matchPackhl() 1903 if (!matchHalf(SelfR, RC, 32, H2) || !matchHalf(SelfR, RC, 48, H1)) in matchPackhl()
|
| H A D | BitTracker.h | 313 bool meet(const RegisterCell &RC, Register SelfR);
|