HomeSort by relevance Sort by last modified time
    Searched refs:addMSAIntType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.h 27 void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC);
MipsSEISelLowering.cpp 89 addMSAIntType(MVT::v16i8, &Mips::MSA128BRegClass);
90 addMSAIntType(MVT::v8i16, &Mips::MSA128HRegClass);
91 addMSAIntType(MVT::v4i32, &Mips::MSA128WRegClass);
92 addMSAIntType(MVT::v2i64, &Mips::MSA128DRegClass);
243 addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) {
    [all...]

Completed in 896 milliseconds