Lines Matching refs:hasSubClassEq
1552 if (!PPC::GPRCRegClass.hasSubClassEq(RC) && in canInsertSelect()
1553 !PPC::GPRC_NOR0RegClass.hasSubClassEq(RC) && in canInsertSelect()
1554 !PPC::G8RCRegClass.hasSubClassEq(RC) && in canInsertSelect()
1555 !PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) in canInsertSelect()
1583 bool Is64Bit = PPC::G8RCRegClass.hasSubClassEq(RC) || in insertSelect()
1584 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC); in insertSelect()
1586 PPC::GPRCRegClass.hasSubClassEq(RC) || in insertSelect()
1587 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) && in insertSelect()
1867 if (PPC::GPRCRegClass.hasSubClassEq(RC) || in getSpillIndex()
1868 PPC::GPRC_NOR0RegClass.hasSubClassEq(RC)) { in getSpillIndex()
1870 } else if (PPC::G8RCRegClass.hasSubClassEq(RC) || in getSpillIndex()
1871 PPC::G8RC_NOX0RegClass.hasSubClassEq(RC)) { in getSpillIndex()
1873 } else if (PPC::F8RCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1875 } else if (PPC::F4RCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1877 } else if (PPC::SPERCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1879 } else if (PPC::CRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1881 } else if (PPC::CRBITRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1883 } else if (PPC::VRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1885 } else if (PPC::VSRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1887 } else if (PPC::VSFRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1889 } else if (PPC::VSSRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1891 } else if (PPC::SPILLTOVSRRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1893 } else if (PPC::ACCRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1897 } else if (PPC::UACCRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1901 } else if (PPC::VSRpRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1905 } else if (PPC::G8pRCRegClass.hasSubClassEq(RC)) { in getSpillIndex()
1939 if (PPC::CRRCRegClass.hasSubClassEq(RC) || in StoreRegToStackSlot()
1940 PPC::CRBITRCRegClass.hasSubClassEq(RC)) in StoreRegToStackSlot()
1994 if (PPC::CRRCRegClass.hasSubClassEq(RC) || in LoadRegFromStackSlot()
1995 PPC::CRBITRCRegClass.hasSubClassEq(RC)) in LoadRegFromStackSlot()