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