Lines Matching refs:hasSubClassEq

3380   if (X86::GR16RegClass.hasSubClassEq(RC) ||  in canInsertSelect()
3381 X86::GR32RegClass.hasSubClassEq(RC) || in canInsertSelect()
3382 X86::GR64RegClass.hasSubClassEq(RC)) { in canInsertSelect()
3598 assert(X86::GR8RegClass.hasSubClassEq(RC) && "Unknown 1-byte regclass"); in getLoadStoreRegOpcode()
3602 if (isHReg(Reg) || X86::GR8_ABCD_HRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3606 if (X86::VK16RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3608 assert(X86::GR16RegClass.hasSubClassEq(RC) && "Unknown 2-byte regclass"); in getLoadStoreRegOpcode()
3611 if (X86::GR32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3613 if (X86::FR32XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3621 if (X86::RFP32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3623 if (X86::VK32RegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
3629 if (X86::VK1PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3630 X86::VK2PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3631 X86::VK4PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3632 X86::VK8PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3633 X86::VK16PAIRRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3637 if (X86::GR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3639 if (X86::FR64XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3647 if (X86::VR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3649 if (X86::RFP64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3651 if (X86::VK64RegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
3657 assert(X86::RFP80RegClass.hasSubClassEq(RC) && "Unknown 10-byte regclass"); in getLoadStoreRegOpcode()
3660 if (X86::VR128XRegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
3683 if (X86::BNDRRegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
3692 assert(X86::VR256XRegClass.hasSubClassEq(RC) && "Unknown 32-byte regclass"); in getLoadStoreRegOpcode()
3711 assert(X86::VR512RegClass.hasSubClassEq(RC) && "Unknown 64-byte regclass"); in getLoadStoreRegOpcode()