]> granicus.if.org Git - llvm/commit
[Hexagon] Give uniform names to functions changing addressing modes, NFC
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 5 Oct 2017 20:01:38 +0000 (20:01 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 5 Oct 2017 20:01:38 +0000 (20:01 +0000)
commit6af8afba5aca11d301258921e97a85bf32df160d
tree608096cf7b507a0ddf25d96b547b480e9c663996
parent629b8be51be2ebbf91ad9a4f6e42c8e0202db271
[Hexagon] Give uniform names to functions changing addressing modes, NFC

The new format is changeAddrMode_xx_yy, where xx is the current mode,
and yy is the new one.

Old name:               New name:
getBaseWithImmOffset    changeAddrMode_abs_io
getAbsoluteForm         changeAddrMode_io_abs
getBaseWithRegOffset    changeAddrMode_io_rr
xformRegToImmOffset     changeAddrMode_rr_io
getBaseWithLongOffset   changeAddrMode_rr_ur
getRegShlForm           changeAddrMode_ur_rr

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315013 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/Hexagon.td
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonOptAddrMode.cpp