Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h40 void addMSAFloatType(MVT::SimpleValueType Ty,
H A DMipsSEISelLowering.cpp118 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