Lines Matching refs:hasSubClassEq
4015 if (X86::GR16RegClass.hasSubClassEq(RC) || in canInsertSelect()
4016 X86::GR32RegClass.hasSubClassEq(RC) || in canInsertSelect()
4017 X86::GR64RegClass.hasSubClassEq(RC)) { in canInsertSelect()
4260 assert(X86::GR8RegClass.hasSubClassEq(RC) && "Unknown 1-byte regclass"); in getLoadStoreRegOpcode()
4264 if (isHReg(Reg) || X86::GR8_ABCD_HRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4268 if (X86::VK16RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4271 assert(X86::GR16RegClass.hasSubClassEq(RC) && "Unknown 2-byte regclass"); in getLoadStoreRegOpcode()
4274 if (X86::GR32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4276 if (X86::FR32XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4283 if (X86::RFP32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4285 if (X86::VK32RegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
4292 if (X86::VK1PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
4293 X86::VK2PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
4294 X86::VK4PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
4295 X86::VK8PAIRRegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
4296 X86::VK16PAIRRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4298 if (X86::FR16RegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
4299 X86::FR16XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4303 if (X86::GR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4305 if (X86::FR64XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4312 if (X86::VR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4314 if (X86::RFP64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4316 if (X86::VK64RegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
4323 assert(X86::RFP80RegClass.hasSubClassEq(RC) && "Unknown 10-byte regclass"); in getLoadStoreRegOpcode()
4326 if (X86::VR128XRegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
4350 assert(X86::VR256XRegClass.hasSubClassEq(RC) && "Unknown 32-byte regclass"); in getLoadStoreRegOpcode()
4367 assert(X86::VR512RegClass.hasSubClassEq(RC) && "Unknown 64-byte regclass"); in getLoadStoreRegOpcode()
4374 assert(X86::TILERegClass.hasSubClassEq(RC) && "Unknown 1024-byte regclass"); in getLoadStoreRegOpcode()
5689 (Reg.isVirtual() && X86::GR64RegClass.hasSubClassEq(RC))) { in FoldImmediateImpl()
5708 bool GR32Reg = (ToReg.isVirtual() && X86::GR32RegClass.hasSubClassEq(RC)) || in FoldImmediateImpl()
5710 bool GR64Reg = (ToReg.isVirtual() && X86::GR64RegClass.hasSubClassEq(RC)) || in FoldImmediateImpl()
5712 bool GR8Reg = (ToReg.isVirtual() && X86::GR8RegClass.hasSubClassEq(RC)) || in FoldImmediateImpl()