Searched refs:HasCnMipsP (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.h | 117 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 | 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];
|