Searched refs:HasCnMips (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 91 bool HasCnMips; variable 218 bool hasCnMips() const { return HasCnMips; } in hasCnMips()
|
D | MipsSubtarget.cpp | 68 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
|
D | Mips.td | 173 def FeatureCnMips : SubtargetFeature<"cnmips", "HasCnMips",
|
D | MipsInstrInfo.td | 202 def HasCnMips : Predicate<"Subtarget->hasCnMips()">, 322 list<Predicate> InsnPredicates = [HasCnMips]; 326 list<Predicate> InsnPredicates = [HasMips64, HasCnMips];
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 112 bool HasCnMips; variable 275 bool hasCnMips() const { return HasCnMips; } in hasCnMips()
|
D | MipsSubtarget.cpp | 76 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
|
D | Mips.td | 195 def FeatureCnMips : SubtargetFeature<"cnmips", "HasCnMips",
|
D | MipsScheduleP5600.td | 22 HasCnMips, HasCnMipsP,
|
D | MipsInstrInfo.td | 210 def HasCnMips : Predicate<"Subtarget->hasCnMips()">, 439 list<Predicate> ASEPredicate = [HasCnMips]; 455 list<Predicate> ASEPredicate = [HasMips64, HasCnMips];
|
D | MipsScheduleGeneric.td | 716 // Cavium Networks MIPS (cnMIPS) - Octeon, HasCnMips
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 112 bool HasCnMips; variable 278 bool hasCnMips() const { return HasCnMips; } in hasCnMips()
|
D | MipsSubtarget.cpp | 77 IsGP64bit(false), HasVFPU(false), HasCnMips(false), HasCnMipsP(false), in MipsSubtarget()
|
D | Mips.td | 181 def FeatureCnMips : SubtargetFeature<"cnmips", "HasCnMips",
|
D | MipsScheduleP5600.td | 22 HasCnMips, HasCnMipsP,
|
D | MipsInstrInfo.td | 210 def HasCnMips : Predicate<"Subtarget->hasCnMips()">, 439 list<Predicate> ASEPredicate = [HasCnMips]; 455 list<Predicate> ASEPredicate = [HasMips64, HasCnMips];
|
D | MipsScheduleGeneric.td | 716 // Cavium Networks MIPS (cnMIPS) - Octeon, HasCnMips
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenSubtargetInfo.inc | 3805 if (Bits[Mips::FeatureCnMips]) HasCnMips = true;
|