Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp243 static bool replaceSubWithSub(Register OldR, unsigned OldSR, Register NewR,
413 bool HexagonBitSimplify::replaceSubWithSub(Register OldR, unsigned OldSR, in replaceSubWithSub() argument
418 if (OldSR != NewSR && hasTiedUse(OldR, MRI, NewSR)) in replaceSubWithSub()
424 if (I->getSubReg() != OldSR) in replaceSubWithSub()