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