Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp148 if (hasDSP()) in MipsSubtarget()
176 } else if (hasDSP() && !DspWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h315 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()
311 return Subtarget.hasDSP() ? &Mips::ACC64DSPRegClass : &Mips::ACC64RegClass; in getRepRegClassFor()
855 if (!Subtarget.hasDSP()) in performDSPShiftCombine()
H A DMipsInstrInfo.td231 def NotDSP : Predicate<"!Subtarget->hasDSP()">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h716 bool hasDSP() const { return HasDSP; } in hasDSP() function
724 return hasDSP(); in hasBaseDSP()
H A DARMPredicates.td124 def HasDSP : Predicate<"Subtarget->hasDSP()">,
H A DARMParallelDSP.cpp281 if (!ST->hasDSP()) { in runOnFunction()
H A DARMISelLowering.cpp1105 if (Subtarget->hasDSP()) { in ARMTargetLowering()
1124 || (Subtarget->isThumb2() && !Subtarget->hasDSP())) in ARMTargetLowering()
4832 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in LowerSADDSUBSAT()
12292 if (Subtarget->hasV6Ops() && Subtarget->hasDSP() && Subtarget->useMulOps() && in AddCombineTo64bitMLAL()
12339 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in AddCombineTo64bitUMAAL()
12387 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in PerformUMLALCombine()
13419 (!Subtarget->hasThumb2() || !Subtarget->hasDSP()))) in PerformORCombineToSMULWBT()
13544 if (Subtarget->hasDSP() && in PerformORCombineToBFI()
13561 if (Subtarget->hasDSP() && in PerformORCombineToBFI()
H A DARMExpandPseudoInsts.cpp1044 .addImm(STI->hasDSP() ? 0xc00 : 0x800) in CMSEClearGPRegs()
H A DARMISelDAGToDAG.cpp3751 if (!Subtarget->hasV6Ops() || !Subtarget->hasDSP()) in Select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h153 if (P.hasDSP()) in setASESetFromPredicates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp673 bool hasDSP() const { in hasDSP() function in __anon5ed6d99d0211::MipsAsmParser
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp576 bool hasDSP() const { in hasDSP() function in __anonad70014b0111::ARMAsmParser