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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h36 void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC);
H A DMipsSEISelLowering.cpp118 addMSAIntType(MVT::v16i8, &Mips::MSA128BRegClass);
119 addMSAIntType(MVT::v8i16, &Mips::MSA128HRegClass);
120 addMSAIntType(MVT::v4i32, &Mips::MSA128WRegClass);
121 addMSAIntType(MVT::v2i64, &Mips::MSA128DRegClass);
318 addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { function in class:MipsSETargetLowering

Completed in 71 milliseconds