Searched refs:replaceSubWithSub (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 174 static bool replaceSubWithSub(unsigned OldR, unsigned OldSR, 356 bool HexagonBitSimplify::replaceSubWithSub(unsigned OldR, unsigned OldSR, in replaceSubWithSub() function in HexagonBitSimplify 1303 HBS::replaceSubWithSub(RD.Reg, RD.Sub, NewR, 0, MRI); in processBlock() 1613 Changed = HBS::replaceSubWithSub(RD.Reg, Hexagon::subreg_loreg, in propagateRegCopy() 1615 Changed |= HBS::replaceSubWithSub(RD.Reg, Hexagon::subreg_hireg, in propagateRegCopy() 1622 Changed = HBS::replaceSubWithSub(RD.Reg, Hexagon::subreg_loreg, in propagateRegCopy() 1624 Changed |= HBS::replaceSubWithSub(RD.Reg, Hexagon::subreg_hireg, in propagateRegCopy() 1634 Changed = HBS::replaceSubWithSub(RD.Reg, Sub, RS.Reg, RS.Sub, MRI); in propagateRegCopy() 1931 HBS::replaceSubWithSub(RD.Reg, RD.Sub, NewR, 0, MRI); in genPackhl() 1966 HBS::replaceSubWithSub(RD.Reg, RD.Sub, NewR, 0, MRI); in genExtractHalf() [all …]
|