[llvm][CodeGen] Rename SVE gather prefetch intrinsics. [NFC]
authorFrancesco Petrogalli <francesco.petrogalli@arm.com>
Wed, 15 Apr 2020 20:46:51 +0000 (21:46 +0100)
committerFrancesco Petrogalli <francesco.petrogalli@arm.com>
Wed, 15 Apr 2020 20:49:16 +0000 (21:49 +0100)
commit89680f25e854fe73b95c9f493c073ed1c070e42c
treea84185bf20c2715d81404944c58d77845bb08d01
parent1349ca4359b118b0df47c8b2849bed19684e0cb1
[llvm][CodeGen] Rename SVE gather prefetch intrinsics. [NFC]

Summary:
The renaming is necessary to make the naming scheme uniform with other
gather/scatter load/stores SVE intrinsics.

The naming of variables and functions have been adapted to make it
explicit whether we are dealing with a scalar offset (which is
unscaled) or an index (which is scaled according to the data type of
the lanes of the vector).

Reviewers: andwar, sdesmalen, rengolin

Reviewed By: andwar

Subscribers: tschuett, hiraditya, arphaman, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77839
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-scalar-base-vector-indexes.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-scaled-offset.ll [deleted file]
llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-imm-offset.ll
llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-invalid-imm-offset.ll