Searched refs:hasMips32 (Results 1 – 12 of 12) sorted by relevance
108 bool hasMips32() const { return MipsArchVersion >= Mips32; } in hasMips32() function
271 if (Subtarget.hasMips32() && Node->getValueType(0) == MVT::i32) in Select()
397 if (Subtarget->hasMips32() && SelectMadd(N, &DAG)) in PerformADDECombine()409 if (Subtarget->hasMips32() && SelectMsub(N, &DAG)) in PerformSUBECombine()
128 def HasMips32 : Predicate<"Subtarget.hasMips32()">;
192 bool hasMips32() const { in hasMips32() function
402 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering()867 return Subtarget.hasMips32(); in isCheapToSpeculateCttz()871 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz()3963 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
209 !Subtarget->inMicroMipsMode() && 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()">,
99 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
44 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anon528cdaf40111::MipsDisassembler58 return !hasMips32() && !hasMips3(); in hasCOP3()
444 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()482 bool hasMips32() const { in hasMips32() function in __anond0efcad40211::MipsAsmParser3416 if (hasMips32()) { in expandRotation()3477 if (hasMips32()) { in expandRotationImm()