Searched refs:hasDSPR2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h155 if (P.hasDSPR2())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp166 if (hasDSPR2() && !DspWarningPrinted) {
H A DMipsSubtarget.h313 bool hasDSPR2() const { return HasDSPR2; } function in class:llvm::MipsSubtarget
H A DMipsSEISelLowering.cpp114 if (Subtarget.hasDSPR2())
932 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.hasDSPR2()))
944 if (((Ty != MVT::v2i16) || !Subtarget.hasDSPR2()) && (Ty != MVT::v4i8))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp661 bool hasDSPR2() const { function in class:__anon5236::MipsAsmParser

Completed in 148 milliseconds