HomeSort by: relevance | last modified time | path
    Searched refs:addMSAIntType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.h 36 void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC);
MipsSEISelLowering.cpp 118 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) {

Completed in 22 milliseconds