Lines Matching refs:hasSubClassEq

3359   if (X86::GR16RegClass.hasSubClassEq(RC) ||  in canInsertSelect()
3360 X86::GR32RegClass.hasSubClassEq(RC) || in canInsertSelect()
3361 X86::GR64RegClass.hasSubClassEq(RC)) { in canInsertSelect()
3577 assert(X86::GR8RegClass.hasSubClassEq(RC) && "Unknown 1-byte regclass"); in getLoadStoreRegOpcode()
3581 if (isHReg(Reg) || X86::GR8_ABCD_HRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3585 if (X86::VK16RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3587 assert(X86::GR16RegClass.hasSubClassEq(RC) && "Unknown 2-byte regclass"); in getLoadStoreRegOpcode()
3590 if (X86::GR32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3592 if (X86::FR32XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3600 if (X86::RFP32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3602 if (X86::VK32RegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
3608 if (X86::VK1PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3609 X86::VK2PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3610 X86::VK4PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3611 X86::VK8PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3612 X86::VK16PAIRRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3614 if ((X86::FR16RegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
3615 X86::FR16XRegClass.hasSubClassEq(RC)) && in getLoadStoreRegOpcode()
3620 if (X86::GR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3622 if (X86::FR64XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3630 if (X86::VR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3632 if (X86::RFP64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
3634 if (X86::VK64RegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
3640 assert(X86::RFP80RegClass.hasSubClassEq(RC) && "Unknown 10-byte regclass"); in getLoadStoreRegOpcode()
3643 if (X86::VR128XRegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
3669 assert(X86::VR256XRegClass.hasSubClassEq(RC) && "Unknown 32-byte regclass"); in getLoadStoreRegOpcode()
3688 assert(X86::VR512RegClass.hasSubClassEq(RC) && "Unknown 64-byte regclass"); in getLoadStoreRegOpcode()