Searched refs:HasMT (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.h | 180 bool HasMT; variable 328 bool hasMT() const { return HasMT; } in hasMT()
|
| H A D | MipsSubtarget.cpp | 85 HasMT(false), HasCRC(false), HasVirt(false), HasGINV(false), in MipsSubtarget()
|
| H A D | Mips.td | 198 def FeatureMT : SubtargetFeature<"mt", "HasMT", "true", "Mips MT ASE">;
|
| H A D | MipsScheduleI6400.td | 21 HasMips3D, HasMT, HasCRC,
|
| H A D | MipsScheduleP5600.td | 23 HasDSP, HasDSPR2, HasMips3D, HasMT,
|
| H A D | MipsInstrInfo.td | 247 def HasMT : Predicate<"Subtarget->hasMT()">, 472 list <Predicate> ASEPredicate = [HasMT];
|