Home
last modified time | relevance | path

Searched refs:HasCnMips (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h91 bool HasCnMips; variable
218 bool hasCnMips() const { return HasCnMips; } in hasCnMips()
DMipsSubtarget.cpp68 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
DMips.td173 def FeatureCnMips : SubtargetFeature<"cnmips", "HasCnMips",
DMipsInstrInfo.td202 def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
322 list<Predicate> InsnPredicates = [HasCnMips];
326 list<Predicate> InsnPredicates = [HasMips64, HasCnMips];