• Home
  • Raw
  • Download

Lines Matching refs:hasSubClassEq

4298   if (X86::GR16RegClass.hasSubClassEq(RC) ||  in canInsertSelect()
4299 X86::GR32RegClass.hasSubClassEq(RC) || in canInsertSelect()
4300 X86::GR64RegClass.hasSubClassEq(RC)) { in canInsertSelect()
4375 return X86::VK16RegClass.hasSubClassEq(RC); in isMaskRegClass()
4615 if (RC->getSize() == 4 && X86::FR32XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4617 if (RC->getSize() == 8 && X86::FR64XRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4619 if (X86::VR512RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4628 assert(X86::GR8RegClass.hasSubClassEq(RC) && "Unknown 1-byte regclass"); in getLoadStoreRegOpcode()
4632 if (isHReg(Reg) || X86::GR8_ABCD_HRegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4636 assert(X86::GR16RegClass.hasSubClassEq(RC) && "Unknown 2-byte regclass"); in getLoadStoreRegOpcode()
4639 if (X86::GR32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4641 if (X86::FR32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4645 if (X86::RFP32RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4649 if (X86::GR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4651 if (X86::FR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4655 if (X86::VR64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4657 if (X86::RFP64RegClass.hasSubClassEq(RC)) in getLoadStoreRegOpcode()
4661 assert(X86::RFP80RegClass.hasSubClassEq(RC) && "Unknown 10-byte regclass"); in getLoadStoreRegOpcode()
4664 assert((X86::VR128RegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
4665 X86::VR128XRegClass.hasSubClassEq(RC))&& "Unknown 16-byte regclass"); in getLoadStoreRegOpcode()
4667 if (X86::VR128RegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
4682 assert((X86::VR256RegClass.hasSubClassEq(RC) || in getLoadStoreRegOpcode()
4683 X86::VR256XRegClass.hasSubClassEq(RC)) && "Unknown 32-byte regclass"); in getLoadStoreRegOpcode()
4685 if (X86::VR256RegClass.hasSubClassEq(RC)) { in getLoadStoreRegOpcode()
4697 assert(X86::VR512RegClass.hasSubClassEq(RC) && "Unknown 64-byte regclass"); in getLoadStoreRegOpcode()