Searched refs:addMSAIntType (Results 1 – 2 of 2) sorted by relevance
36 void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC);
115 addMSAIntType(MVT::v16i8, &Mips::MSA128BRegClass); in MipsSETargetLowering()116 addMSAIntType(MVT::v8i16, &Mips::MSA128HRegClass); in MipsSETargetLowering()117 addMSAIntType(MVT::v4i32, &Mips::MSA128WRegClass); in MipsSETargetLowering()118 addMSAIntType(MVT::v2i64, &Mips::MSA128DRegClass); in MipsSETargetLowering()311 addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { in addMSAIntType() function in MipsSETargetLowering