Searched refs:OldSR (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 215 static bool replaceSubWithSub(unsigned OldR, unsigned OldSR, 386 bool HexagonBitSimplify::replaceSubWithSub(unsigned OldR, unsigned OldSR, in replaceSubWithSub() argument 391 if (OldSR != NewSR && hasTiedUse(OldR, MRI, NewSR)) in replaceSubWithSub() 397 if (I->getSubReg() != OldSR) in replaceSubWithSub()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 171 static bool replaceSubWithSub(unsigned OldR, unsigned OldSR, 342 bool HexagonBitSimplify::replaceSubWithSub(unsigned OldR, unsigned OldSR, in replaceSubWithSub() argument 351 if (I->getSubReg() != OldSR) in replaceSubWithSub()
|