Searched refs:addMSAFloatType (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h31 void addMSAFloatType(MVT::SimpleValueType Ty,
H A DMipsSEISelLowering.cpp91 addMSAFloatType(MVT::v8f16, &Mips::MSA128HRegClass);
92 addMSAFloatType(MVT::v4f32, &Mips::MSA128WRegClass);
93 addMSAFloatType(MVT::v2f64, &Mips::MSA128DRegClass);
295 addMSAFloatType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { function in class:MipsSETargetLowering

Completed in 57 milliseconds