Searched refs:addMSAFloatType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 31 void addMSAFloatType(MVT::SimpleValueType Ty,
|
D | MipsSEISelLowering.cpp | 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 41 void addMSAFloatType(MVT::SimpleValueType Ty,
|
D | MipsSEISelLowering.cpp | 122 addMSAFloatType(MVT::v8f16, &Mips::MSA128HRegClass); in MipsSETargetLowering() 123 addMSAFloatType(MVT::v4f32, &Mips::MSA128WRegClass); in MipsSETargetLowering() 124 addMSAFloatType(MVT::v2f64, &Mips::MSA128DRegClass); in MipsSETargetLowering() 366 addMSAFloatType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { in addMSAFloatType() function in MipsSETargetLowering
|