A bunch of isXXX() checks in AArch64Subtarget compare the CPU part of
the target triple. It seems like we can use the existing (but currently
unused) ARMProcFamily field instead and save the string comparison.
This is NFC, except for the case of CPU=="cortex-a72" which is reported
as ARMProcFamilty==CortexA57 which lets isCortexA57() report true after
this commit.