Lines Matching refs:hasSubClassEq
708 if (!PPC::GPRCRegClass.hasSubClassEq(RC) && in canInsertSelect()
709 !PPC::GPRC_NOR0RegClass.hasSubClassEq(RC) && in canInsertSelect()
710 !PPC::G8RCRegClass.hasSubClassEq(RC) && in canInsertSelect()
711 !PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) in canInsertSelect()
742 bool Is64Bit = PPC::G8RCRegClass.hasSubClassEq(RC) || in insertSelect()
743 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC); in insertSelect()
745 PPC::GPRCRegClass.hasSubClassEq(RC) || in insertSelect()
746 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) && in insertSelect()
966 if (PPC::GPRCRegClass.hasSubClassEq(RC) || in StoreRegToStackSlot()
967 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
972 } else if (PPC::G8RCRegClass.hasSubClassEq(RC) || in StoreRegToStackSlot()
973 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
978 } else if (PPC::F8RCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
983 } else if (PPC::F4RCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
988 } else if (PPC::CRRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
994 } else if (PPC::CRBITRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1000 } else if (PPC::VRRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1006 } else if (PPC::VSRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1012 } else if (PPC::VSFRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1018 } else if (PPC::VSSRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1024 } else if (PPC::VRSAVERCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1032 } else if (PPC::QFRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1038 } else if (PPC::QSRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1044 } else if (PPC::QBRCRegClass.hasSubClassEq(RC)) { in StoreRegToStackSlot()
1099 if (PPC::GPRCRegClass.hasSubClassEq(RC) || in LoadRegFromStackSlot()
1100 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1103 } else if (PPC::G8RCRegClass.hasSubClassEq(RC) || in LoadRegFromStackSlot()
1104 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1107 } else if (PPC::F8RCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1110 } else if (PPC::F4RCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1113 } else if (PPC::CRRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1118 } else if (PPC::CRBITRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1123 } else if (PPC::VRRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1127 } else if (PPC::VSRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1131 } else if (PPC::VSFRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1135 } else if (PPC::VSSRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1139 } else if (PPC::VRSAVERCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1147 } else if (PPC::QFRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1151 } else if (PPC::QSRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()
1155 } else if (PPC::QBRCRegClass.hasSubClassEq(RC)) { in LoadRegFromStackSlot()