reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64GenRegisterBankInfo.def
   66     {&AArch64GenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1},
   67     {&AArch64GenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1},
   68     {&AArch64GenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1},
   78     {&AArch64GenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1},
   81     {&AArch64GenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1},
   95     {&AArch64GenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1},
  114     {&AArch64GenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1},
  115     {&AArch64GenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1},
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
   87                                 {PMI_GPR32, PMI_GPR64}) &&
  102   CHECK_PARTIALMAP(PMI_GPR32, 0, 32, RBGPR);
  122   CHECK_VALUEMAP(GPR, 32);
  140   CHECK_VALUEMAP_3OPS(GPR, 32);
lib/Target/AArch64/AArch64RegisterBankInfo.h
   37     PMI_FirstGPR = PMI_GPR32,