Searched refs:hasMips32 (Results 1 – 7 of 7) sorted by relevance
192 bool hasMips32() const { in hasMips32() function
530 if (Subtarget->hasMips32() && !Subtarget->hasMips32r6() && in performADDECombine()786 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
163 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
367 if (!Subtarget->hasMips32() || Subtarget->inMips16Mode()) in MipsTargetLowering()
152 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
66 bool hasMips32() const { return STI.getFeatureBits() & Mips::FeatureMips32; } in hasMips32() function in __anone90f04380111::MipsDisassembler75 return !hasMips32() && !hasMips3(); in hasCOP3()
248 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()269 bool hasMips32() const { in hasMips32() function in __anoncf6d51180211::MipsAsmParser