Lines Matching refs:hasSubClassEq

1534   if (!PPC::GPRCRegClass.hasSubClassEq(RC) &&  in canInsertSelect()
1535 !PPC::GPRC_NOR0RegClass.hasSubClassEq(RC) && in canInsertSelect()
1536 !PPC::G8RCRegClass.hasSubClassEq(RC) && in canInsertSelect()
1537 !PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) in canInsertSelect()
1565 bool Is64Bit = PPC::G8RCRegClass.hasSubClassEq(RC) || in insertSelect()
1566 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC); in insertSelect()
1568 PPC::GPRCRegClass.hasSubClassEq(RC) || in insertSelect()
1569 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) && in insertSelect()
1849 if (PPC::GPRCRegClass.hasSubClassEq(RC) || in getSpillIndex()
1850 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) { in getSpillIndex()
1852 } else if (PPC::G8RCRegClass.hasSubClassEq(RC) || in getSpillIndex()
1853 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) { in getSpillIndex()
1855 } else if (PPC::F8RCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1857 } else if (PPC::F4RCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1859 } else if (PPC::SPERCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1861 } else if (PPC::CRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1863 } else if (PPC::CRBITRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1865 } else if (PPC::VRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1867 } else if (PPC::VSRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1869 } else if (PPC::VSFRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1871 } else if (PPC::VSSRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1873 } else if (PPC::SPILLTOVSRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1875 } else if (PPC::ACCRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1879 } else if (PPC::UACCRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1883 } else if (PPC::WACCRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1887 } else if (PPC::VSRpRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1891 } else if (PPC::G8pRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1925 if (PPC::CRRCRegClass.hasSubClassEq(RC) || in StoreRegToStackSlot()
1926 PPC::CRBITRCRegClass.hasSubClassEq(RC)) in StoreRegToStackSlot()