Home
last modified time | relevance | path

Searched refs:hasDSPR2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h155 if (P.hasDSPR2()) in setASESetFromPredicates()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSubtarget.h319 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
H A DMipsSubtarget.cpp171 if (hasDSPR2() && !DspWarningPrinted) { in MipsSubtarget()
H A DMipsDSPInstrFormats.td25 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
H A DMipsSEISelLowering.cpp111 if (Subtarget.hasDSPR2()) in MipsSETargetLowering()
925 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.hasDSPR2())) in performSRACombine()
937 if (((Ty != MVT::v2i16) || !Subtarget.hasDSPR2()) && (Ty != MVT::v4i8)) in performSRLCombine()
H A DMipsScheduleGeneric.td1387 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp678 bool hasDSPR2() const { in hasDSPR2() function in __anon03c4d4620211::MipsAsmParser