Searched refs:hasMips32 (Results 1 – 8 of 8) sorted by relevance
99 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
190 bool hasMips32() const { in hasMips32() function
407 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering()838 return Subtarget.hasMips32(); in isCheapToSpeculateCttz()842 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz()3884 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
195 bool ISASupported = !Subtarget->hasMips32r6() && Subtarget->hasMips32(); in MipsFastISel()
534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDECombine()789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
168 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
43 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anonac374e550111::MipsDisassembler54 return !hasMips32() && !hasMips3(); in hasCOP3()
445 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()483 bool hasMips32() const { in hasMips32() function in __anon5de389750211::MipsAsmParser3271 if (hasMips32()) { in expandRotation()3331 if (hasMips32()) { in expandRotationImm()