Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h249 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
DMipsDSPInstrFormats.td26 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
DMipsSEISelLowering.cpp83 if (Subtarget.hasDSPR2()) in MipsSETargetLowering()
935 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.hasDSPR2())) in performSRACombine()
947 if (((Ty != MVT::v2i16) || !Subtarget.hasDSPR2()) && (Ty != MVT::v4i8)) in performSRLCombine()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h156 if (P.hasDSPR2()) in setASESetFromPredicates()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp516 bool hasDSPR2() const { in hasDSPR2() function in __anon62f483b30211::MipsAsmParser