Home
last modified time | relevance | path

Searched refs:hasDSP (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h223 bool hasDSP() const { return HasDSP; } in hasDSP() function
H A DMipsSubtarget.cpp166 if (hasDSP()) in MipsSubtarget()
H A DMipsDSPInstrFormats.td10 def HasDSP : Predicate<"Subtarget->hasDSP()">,
H A DMipsSEISelDAGToDAG.cpp672 if (Subtarget->hasDSP()) // Select DSP instructions, ADDSC and ADDWC. in selectNode()
H A DMipsSEISelLowering.cpp47 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering()
59 if (Subtarget.hasDSP()) { in MipsSETargetLowering()
239 return Subtarget.hasDSP() ? &Mips::ACC64DSPRegClass : &Mips::ACC64RegClass; in getRepRegClassFor()
857 if (!Subtarget.hasDSP()) in performDSPShiftCombine()
H A DMipsInstrInfo.td196 def NotDSP : Predicate<"!Subtarget->hasDSP()">;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h195 if (P.hasDSP()) in setASESetFromPredicates()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp384 bool hasDSP() const { return (STI.getFeatureBits() & Mips::FeatureDSP); } in hasDSP() function in __anon1a53c9050211::MipsAsmParser