Searched refs:HasCnMipsP (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.h | 115 bool HasCnMipsP; variable 284 bool hasCnMipsP() const { return HasCnMipsP; } in hasCnMipsP()
|
| H A D | MipsSubtarget.cpp | 78 IsGP64bit(false), HasVFPU(false), HasCnMips(false), HasCnMipsP(false), in MipsSubtarget()
|
| H A D | Mips.td | 185 def FeatureCnMipsP : SubtargetFeature<"cnmipsp", "HasCnMipsP",
|
| H A D | MipsScheduleI6400.td | 20 HasCnMipsP, HasDSP, HasDSPR2,
|
| H A D | MipsScheduleP5600.td | 22 HasCnMips, HasCnMipsP,
|
| H A D | MipsScheduleGeneric.td | 728 // Cavium Networks MIPS (cnMIPSP) - Octeon+, HasCnMipsP
|
| H A D | MipsInstrInfo.td | 215 def HasCnMipsP : Predicate<"Subtarget->hasCnMipsP()">, 448 list<Predicate> ASEPredicate = [HasCnMipsP];
|