This patch supports 64 bit G_LOAD/G_STORE.
In PPCRegisterBankInfo.cpp, some codes are from AArch64 target. Since PPC Global ISel is still in an early stage, I just made another copy in PPC instead of putting the sharing codes to a common place. Will do the refactor later.
Minor nit: Capitalize the first word of the variable to adhere to the LLVM coding guidelines.