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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h30 void addMSAFloatType(MVT::SimpleValueType Ty,
H A DMipsSEISelLowering.cpp93 addMSAFloatType(MVT::v8f16, &Mips::MSA128HRegClass);
94 addMSAFloatType(MVT::v4f32, &Mips::MSA128WRegClass);
95 addMSAFloatType(MVT::v2f64, &Mips::MSA128DRegClass);
292 addMSAFloatType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { function in class:MipsSETargetLowering

Completed in 957 milliseconds