Searched refs:hasMips32 (Results 1 – 8 of 8) sorted by relevance
176 bool hasMips32() const { in hasMips32() function
184 ((Subtarget->hasMips32r2() || Subtarget->hasMips32()) && in MipsFastISel()
534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDECombine()789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
386 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering()3806 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
165 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
156 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
43 bool hasMips32() const { return STI.getFeatureBits() & Mips::FeatureMips32; } in hasMips32() function in __anon528cdaf40111::MipsDisassembler52 return !hasMips32() && !hasMips3(); in hasCOP3()
372 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()394 bool hasMips32() const { in hasMips32() function in __anond0efcad40211::MipsAsmParser