Searched refs:isTransparentCopy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 256 static bool isTransparentCopy(const BitTracker::RegisterRef &RD, 956 bool HexagonBitSimplify::isTransparentCopy(const BitTracker::RegisterRef &RD, in isTransparentCopy() function in HexagonBitSimplify 1360 if (!HBS::isTransparentCopy(RD, RS, MRI)) in processBlock() 1591 if (!HBS::isTransparentCopy(R, Inp, MRI)) in findMatch() 1614 if (HBS::isTransparentCopy(Out, Inp, MRI)) in findMatch() 1710 if (!HBS::isTransparentCopy(RD, RS, MRI)) in propagateRegCopy()
|