| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 153 if (hasDSP()) in MipsSubtarget() 181 } else if (hasDSP() && !DspWarningPrinted) { in MipsSubtarget()
|
| H A D | MipsSubtarget.h | 321 bool hasDSP() const { return HasDSP; } in hasDSP() function
|
| H A D | MipsDSPInstrFormats.td | 23 def HasDSP : Predicate<"Subtarget->hasDSP()">,
|
| H A D | MipsScheduleGeneric.td | 1162 // MIPS DSP R2 - hasDSP, HasDSPR2, InMicroMips 1337 // microMIPS DSP R2 - hasDSP, HasDSPR2, InMicroMips 1387 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
|
| H A D | MipsSEISelLowering.cpp | 111 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 D | MipsInstrInfo.td | 232 def NotDSP : Predicate<"!Subtarget->hasDSP()">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYSubtarget.h | 162 bool hasDSP() const { return HasDSP; } in hasDSP() function
|
| H A D | CSKY.td | 119 def HasDSP : Predicate<"Subtarget->hasDSP()">,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsABIFlagsSection.h | 153 if (P.hasDSP()) in setASESetFromPredicates()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 322 return hasThumb2() && hasDSP(); in hasBaseDSP()
|
| H A D | ARMPredicates.td | 126 def HasDSP : Predicate<"Subtarget->hasDSP()">,
|
| H A D | ARMParallelDSP.cpp | 277 if (!ST->hasDSP()) { in runOnFunction()
|
| H A D | ARMTargetTransformInfo.cpp | 1477 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 D | ARMISelLowering.cpp | 1151 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 D | ARMExpandPseudoInsts.cpp | 1201 .addImm(STI->hasDSP() ? 0xc00 : 0x800) in CMSEClearGPRegs()
|
| H A D | ARMISelDAGToDAG.cpp | 3968 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in Select()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 671 bool hasDSP() const { in hasDSP() function in __anona2e40b320211::MipsAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 592 bool hasDSP() const { in hasDSP() function in __anon6be9c9a00111::ARMAsmParser
|