Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp171 static bool replaceSubWithSub(unsigned OldR, unsigned OldSR,
342 bool HexagonBitSimplify::replaceSubWithSub(unsigned OldR, unsigned OldSR, in replaceSubWithSub() function in HexagonBitSimplify
1297 HBS::replaceSubWithSub(RD.Reg, RD.Sub, NewR, 0, MRI); in processBlock()
1606 Changed = HBS::replaceSubWithSub(RD.Reg, Hexagon::subreg_loreg, in propagateRegCopy()
1608 Changed |= HBS::replaceSubWithSub(RD.Reg, Hexagon::subreg_hireg, in propagateRegCopy()
1615 Changed = HBS::replaceSubWithSub(RD.Reg, Hexagon::subreg_loreg, in propagateRegCopy()
1617 Changed |= HBS::replaceSubWithSub(RD.Reg, Hexagon::subreg_hireg, in propagateRegCopy()
1627 Changed = HBS::replaceSubWithSub(RD.Reg, Sub, RS.Reg, RS.Sub, MRI); in propagateRegCopy()
1926 HBS::replaceSubWithSub(RD.Reg, RD.Sub, NewR, 0, MRI); in genPackhl()
1962 HBS::replaceSubWithSub(RD.Reg, RD.Sub, NewR, 0, MRI); in genExtractHalf()
[all …]