[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)
commit7ae3ae9ef4cf3a427078bbb9f8ca4b4d0080569c
treea53d719a87d35933afa5296b4e4c9b412a37233a
parent42eb1f2ba9b471bb24028de53dee98623600032b
[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

llvm-svn: 315013
llvm/lib/Target/Hexagon/Hexagon.td
llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
llvm/lib/Target/Hexagon/HexagonInstrInfo.h
llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp