[FastISel][AArch64] Factor out scale factor calculation. NFC.
authorJuergen Ributzka <juergen@apple.com>
Tue, 30 Sep 2014 00:49:54 +0000 (00:49 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 30 Sep 2014 00:49:54 +0000 (00:49 +0000)
commite8a9706edad32f851d6008e38ae88ea296ecb6fd
tree6b839cbd13a516de7f216f74fcb7a5ce48f4e789
parentc27ddda8cedf4a5150b8e8cb33ef9687cbdcd079
[FastISel][AArch64] Factor out scale factor calculation. NFC.

Factor out the code that determines the implicit scale factor of memory
operations for a given value type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FastISel.cpp