Searched refs:addMSAIntType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 28 void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC);
|
D | MipsSEISelLowering.cpp | 87 addMSAIntType(MVT::v16i8, &Mips::MSA128BRegClass); in MipsSETargetLowering() 88 addMSAIntType(MVT::v8i16, &Mips::MSA128HRegClass); in MipsSETargetLowering() 89 addMSAIntType(MVT::v4i32, &Mips::MSA128WRegClass); in MipsSETargetLowering() 90 addMSAIntType(MVT::v2i64, &Mips::MSA128DRegClass); in MipsSETargetLowering() 246 addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { in addMSAIntType() function in MipsSETargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 37 void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC);
|
D | MipsSEISelLowering.cpp | 118 addMSAIntType(MVT::v16i8, &Mips::MSA128BRegClass); in MipsSETargetLowering() 119 addMSAIntType(MVT::v8i16, &Mips::MSA128HRegClass); in MipsSETargetLowering() 120 addMSAIntType(MVT::v4i32, &Mips::MSA128WRegClass); in MipsSETargetLowering() 121 addMSAIntType(MVT::v2i64, &Mips::MSA128DRegClass); in MipsSETargetLowering() 313 addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) { in addMSAIntType() function in MipsSETargetLowering
|