Searched refs:addMSAFloatType (Results 1 – 2 of 2) sorted by relevance
40 void addMSAFloatType(MVT::SimpleValueType Ty,
118 addMSAFloatType(MVT::v8f16, &Mips::MSA128HRegClass); in MipsSETargetLowering()119 addMSAFloatType(MVT::v4f32, &Mips::MSA128WRegClass); in MipsSETargetLowering()120 addMSAFloatType(MVT::v2f64, &Mips::MSA128DRegClass); in MipsSETargetLowering()369 addMSAFloatType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { in addMSAFloatType() function in MipsSETargetLowering