Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h155 if (P.hasDSPR2()) in setASESetFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp170 if (hasDSPR2() && !DspWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h321 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
H A DMipsDSPInstrFormats.td25 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
H A DMipsSEISelLowering.cpp110 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()
H A DMipsScheduleGeneric.td1387 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp677 bool hasDSPR2() const { in hasDSPR2() function in __anona2e40b320211::MipsAsmParser