Searched refs:hasDSPR2 (Results 1 – 7 of 7) sorted by relevance
155 if (P.hasDSPR2()) in setASESetFromPredicates()
170 if (hasDSPR2() && !DspWarningPrinted) { in MipsSubtarget()
321 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
25 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
110 if (Subtarget.hasDSPR2()) in MipsSETargetLowering()931 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.hasDSPR2())) in performSRACombine()943 if (((Ty != MVT::v2i16) || !Subtarget.hasDSPR2()) && (Ty != MVT::v4i8)) in performSRLCombine()
1387 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
677 bool hasDSPR2() const { in hasDSPR2() function in __anona2e40b320211::MipsAsmParser