Searched refs:addMSAFloatType (Results 1 – 2 of 2) sorted by relevance
31 void addMSAFloatType(MVT::SimpleValueType Ty,
91 addMSAFloatType(MVT::v8f16, &Mips::MSA128HRegClass); in MipsSETargetLowering()92 addMSAFloatType(MVT::v4f32, &Mips::MSA128WRegClass); in MipsSETargetLowering()93 addMSAFloatType(MVT::v2f64, &Mips::MSA128DRegClass); in MipsSETargetLowering()295 addMSAFloatType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { in addMSAFloatType() function in MipsSETargetLowering