Searched refs:HasCnMips (Results 1 – 11 of 11) 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-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 110 bool HasCnMips; variable 267 bool hasCnMips() const { return HasCnMips; } in hasCnMips()
|
D | MipsSubtarget.cpp | 77 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
|
D | Mips.td | 191 def FeatureCnMips : SubtargetFeature<"cnmips", "HasCnMips",
|
D | MipsScheduleP5600.td | 20 HasMips3, HasMips64r2, HasCnMips,
|
D | MipsInstrInfo.td | 211 def HasCnMips : Predicate<"Subtarget->hasCnMips()">, 434 list<Predicate> ASEPredicate = [HasCnMips]; 442 list<Predicate> ASEPredicate = [HasMips64, HasCnMips];
|
D | MipsScheduleGeneric.td | 504 // Cavium Networks MIPS (cnMIPS) - Octeon, HasCnMips
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenSubtargetInfo.inc | 2487 if (Bits[Mips::FeatureCnMips]) HasCnMips = true;
|