Home
last modified time | relevance | path

Searched refs:SelfR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp201 bool BT::RegisterCell::meet(const RegisterCell &RC, Register SelfR) { in meet() argument
204 assert(SelfR == 0 || SelfR.isVirtual()); in meet()
208 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i)); in meet()
H A DHexagonBitSimplify.cpp1788 bool matchHalf(unsigned SelfR, const BitTracker::RegisterCell &RC,
1792 bool matchPackhl(unsigned SelfR, const BitTracker::RegisterCell &RC,
1831 bool BitSimplification::matchHalf(unsigned SelfR, in matchHalf() argument
1853 if (Reg == 0 || Reg == SelfR) // Don't match "self". in matchHalf()
1918 bool BitSimplification::matchPackhl(unsigned SelfR, in matchPackhl() argument
1923 if (!matchHalf(SelfR, RC, 0, L2) || !matchHalf(SelfR, RC, 16, L1)) in matchPackhl()
1925 if (!matchHalf(SelfR, RC, 32, H2) || !matchHalf(SelfR, RC, 48, H1)) in matchPackhl()
H A DBitTracker.h316 bool meet(const RegisterCell &RC, Register SelfR);