reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
259 if (Mips::GPR32RegClass.hasSubClassEq(RC)) 261 else if (Mips::GPR64RegClass.hasSubClassEq(RC)) 263 else if (Mips::ACC64RegClass.hasSubClassEq(RC)) 265 else if (Mips::ACC64DSPRegClass.hasSubClassEq(RC)) 267 else if (Mips::ACC128RegClass.hasSubClassEq(RC)) 269 else if (Mips::DSPCCRegClass.hasSubClassEq(RC)) 271 else if (Mips::FGR32RegClass.hasSubClassEq(RC)) 273 else if (Mips::AFGR64RegClass.hasSubClassEq(RC)) 275 else if (Mips::FGR64RegClass.hasSubClassEq(RC)) 277 else if (TRI->isTypeLegalForClass(*RC, MVT::v16i8)) 279 else if (TRI->isTypeLegalForClass(*RC, MVT::v8i16) || 280 TRI->isTypeLegalForClass(*RC, MVT::v8f16)) 282 else if (TRI->isTypeLegalForClass(*RC, MVT::v4i32) || 283 TRI->isTypeLegalForClass(*RC, MVT::v4f32)) 285 else if (TRI->isTypeLegalForClass(*RC, MVT::v2i64) || 286 TRI->isTypeLegalForClass(*RC, MVT::v2f64)) 288 else if (Mips::LO32RegClass.hasSubClassEq(RC)) 290 else if (Mips::LO64RegClass.hasSubClassEq(RC)) 292 else if (Mips::HI32RegClass.hasSubClassEq(RC)) 294 else if (Mips::HI64RegClass.hasSubClassEq(RC)) 296 else if (Mips::DSPRRegClass.hasSubClassEq(RC)) 303 if (Mips::HI32RegClass.hasSubClassEq(RC)) { 306 } else if (Mips::HI64RegClass.hasSubClassEq(RC)) { 309 } else if (Mips::LO32RegClass.hasSubClassEq(RC)) { 312 } else if (Mips::LO64RegClass.hasSubClassEq(RC)) {