Searched refs:hasMips32 (Results 1 – 3 of 3) sorted by relevance
155 bool hasMips32() const { return MipsArchVersion >= Mips32; } in hasMips32() function
435 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 && in performADDECombine()690 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
159 def HasMips32 : Predicate<"Subtarget.hasMips32()">,