Searched refs:hasDSP (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp148 if (hasDSP())
176 } else if (hasDSP() && !DspWarningPrinted) {
H A DMipsSubtarget.h312 bool hasDSP() const { return HasDSP; } function in class:llvm::MipsSubtarget
H A DMipsSEISelLowering.cpp73 if (Subtarget.hasDSP() || Subtarget.hasMSA()) {
85 if (Subtarget.hasDSP()) {
311 return Subtarget.hasDSP() ? &Mips::ACC64DSPRegClass : &Mips::ACC64RegClass;
855 if (!Subtarget.hasDSP())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h675 bool hasDSP() const { return HasDSP; } function in class:llvm::ARMSubtarget
683 return hasDSP();
H A DARMParallelDSP.cpp281 if (!ST->hasDSP()) {
H A DARMISelLowering.cpp1047 if (Subtarget->hasDSP()) {
1066 || (Subtarget->isThumb2() && !Subtarget->hasDSP()))
4552 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP())
11494 if (Subtarget->hasV6Ops() && Subtarget->hasDSP() && Subtarget->useMulOps() &&
11541 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP())
11589 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP())
12230 (!Subtarget->hasThumb2() || !Subtarget->hasDSP())))
12355 if (Subtarget->hasDSP() &&
12372 if (Subtarget->hasDSP() &&
H A DARMISelDAGToDAG.cpp3428 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h153 if (P.hasDSP())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp657 bool hasDSP() const { function in class:__anon5236::MipsAsmParser
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp512 bool hasDSP() const { function in class:__anon5075::ARMAsmParser

Completed in 341 milliseconds