Lines Matching refs:hasSubClassEq

1559   if (!PPC::GPRCRegClass.hasSubClassEq(RC) &&  in canInsertSelect()
1560 !PPC::GPRC_NOR0RegClass.hasSubClassEq(RC) && in canInsertSelect()
1561 !PPC::G8RCRegClass.hasSubClassEq(RC) && in canInsertSelect()
1562 !PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) in canInsertSelect()
1590 bool Is64Bit = PPC::G8RCRegClass.hasSubClassEq(RC) || in insertSelect()
1591 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC); in insertSelect()
1593 PPC::GPRCRegClass.hasSubClassEq(RC) || in insertSelect()
1594 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) && in insertSelect()
1874 if (PPC::GPRCRegClass.hasSubClassEq(RC) || in getSpillIndex()
1875 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) { in getSpillIndex()
1877 } else if (PPC::G8RCRegClass.hasSubClassEq(RC) || in getSpillIndex()
1878 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) { in getSpillIndex()
1880 } else if (PPC::F8RCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1882 } else if (PPC::F4RCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1884 } else if (PPC::SPERCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1886 } else if (PPC::CRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1888 } else if (PPC::CRBITRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1890 } else if (PPC::VRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1892 } else if (PPC::VSRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1894 } else if (PPC::VSFRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1896 } else if (PPC::VSSRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1898 } else if (PPC::SPILLTOVSRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1900 } else if (PPC::ACCRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1904 } else if (PPC::UACCRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1908 } else if (PPC::VSRpRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1912 } else if (PPC::G8pRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1946 if (PPC::CRRCRegClass.hasSubClassEq(RC) || in StoreRegToStackSlot()
1947 PPC::CRBITRCRegClass.hasSubClassEq(RC)) in StoreRegToStackSlot()
2001 if (PPC::CRRCRegClass.hasSubClassEq(RC) || in LoadRegFromStackSlot()
2002 PPC::CRBITRCRegClass.hasSubClassEq(RC)) in LoadRegFromStackSlot()