Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp153 if (hasDSP()) in MipsSubtarget()
181 } else if (hasDSP() && !DspWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h318 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.cpp73 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering()
85 if (Subtarget.hasDSP()) { in MipsSETargetLowering()
304 return Subtarget.hasDSP() ? &Mips::ACC64DSPRegClass : &Mips::ACC64RegClass; in getRepRegClassFor()
848 if (!Subtarget.hasDSP()) in performDSPShiftCombine()
H A DMipsInstrInfo.td231 def NotDSP : Predicate<"!Subtarget->hasDSP()">;
/llvm-project-15.0.7/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()">,
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h153 if (P.hasDSP()) in setASESetFromPredicates()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h353 return hasDSP(); in hasBaseDSP()
H A DARMPredicates.td126 def HasDSP : Predicate<"Subtarget->hasDSP()">,
H A DARMParallelDSP.cpp281 if (!ST->hasDSP()) { in runOnFunction()
H A DARMISelLowering.cpp1128 if (Subtarget->hasDSP()) { in ARMTargetLowering()
1151 || (Subtarget->isThumb2() && !Subtarget->hasDSP())) in ARMTargetLowering()
5025 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in LowerADDSUBSAT()
12792 if (Subtarget->hasV6Ops() && Subtarget->hasDSP() && Subtarget->useMulOps() && in AddCombineTo64bitMLAL()
12839 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in AddCombineTo64bitUMAAL()
12887 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in PerformUMLALCombine()
14225 (!Subtarget->hasThumb2() || !Subtarget->hasDSP()))) in PerformORCombineToSMULWBT()
14350 if (Subtarget->hasDSP() && in PerformORCombineToBFI()
14367 if (Subtarget->hasDSP() && in PerformORCombineToBFI()
H A DARMExpandPseudoInsts.cpp1131 .addImm(STI->hasDSP() ? 0xc00 : 0x800) in CMSEClearGPRegs()
H A DARMISelDAGToDAG.cpp3955 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in Select()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp674 bool hasDSP() const { in hasDSP() function in __anon03c4d4620211::MipsAsmParser
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp586 bool hasDSP() const { in hasDSP() function in __anon2aa686d00111::ARMAsmParser