Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp153 if (hasDSP()) in MipsSubtarget()
181 } else if (hasDSP() && !DspWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h321 bool hasDSP() const { return HasDSP; } in hasDSP() function
H A DMipsDSPInstrFormats.td23 def HasDSP : Predicate<"Subtarget->hasDSP()">,
H A DMipsScheduleGeneric.td1162 // MIPS DSP R2 - hasDSP, HasDSPR2, InMicroMips
1337 // microMIPS DSP R2 - hasDSP, HasDSPR2, InMicroMips
1387 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
H A DMipsSEISelLowering.cpp111 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering()
123 if (Subtarget.hasDSP()) { in MipsSETargetLowering()
347 return Subtarget.hasDSP() ? &Mips::ACC64DSPRegClass : &Mips::ACC64RegClass; in getRepRegClassFor()
893 if (!Subtarget.hasDSP()) in performDSPShiftCombine()
H A DMipsInstrInfo.td232 def NotDSP : Predicate<"!Subtarget->hasDSP()">;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h162 bool hasDSP() const { return HasDSP; } in hasDSP() function
H A DCSKY.td119 def HasDSP : Predicate<"Subtarget->hasDSP()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h153 if (P.hasDSP()) in setASESetFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h322 return hasThumb2() && hasDSP(); in hasBaseDSP()
H A DARMPredicates.td126 def HasDSP : Predicate<"Subtarget->hasDSP()">,
H A DARMParallelDSP.cpp277 if (!ST->hasDSP()) { in runOnFunction()
H A DARMTargetTransformInfo.cpp1477 if (!ST->hasDSP()) in getArithmeticInstrCost()
1996 if (IsSigned && ST->hasDSP() && ITy->getBitWidth() == 32) in getIntrinsicInstrCost()
1998 if (ST->hasDSP() && (ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16)) in getIntrinsicInstrCost()
H A DARMISelLowering.cpp1151 if (Subtarget->hasDSP()) { in ARMTargetLowering()
1174 || (Subtarget->isThumb2() && !Subtarget->hasDSP())) in ARMTargetLowering()
5145 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP() || Subtarget->isThumb1Only()) in LowerADDSUBSAT()
13099 if (Subtarget->hasV6Ops() && Subtarget->hasDSP() && Subtarget->useMulOps() && in AddCombineTo64bitMLAL()
13146 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in AddCombineTo64bitUMAAL()
13194 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in PerformUMLALCombine()
14544 (!Subtarget->hasThumb2() || !Subtarget->hasDSP()))) in PerformORCombineToSMULWBT()
14669 if (Subtarget->hasDSP() && in PerformORCombineToBFI()
14686 if (Subtarget->hasDSP() && in PerformORCombineToBFI()
H A DARMExpandPseudoInsts.cpp1201 .addImm(STI->hasDSP() ? 0xc00 : 0x800) in CMSEClearGPRegs()
H A DARMISelDAGToDAG.cpp3968 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp671 bool hasDSP() const { in hasDSP() function in __anona2e40b320211::MipsAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp592 bool hasDSP() const { in hasDSP() function in __anon6be9c9a00111::ARMAsmParser