Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h84 bool HasBitCount; variable
153 bool hasBitCount() const { return HasBitCount; } in hasBitCount()
DMipsSubtarget.cpp34 HasBitCount(false), HasFPIdx(false), in MipsSubtarget()
DMips.td55 def FeatureBitCount : SubtargetFeature<"bitcount", "HasBitCount", "true",
DMipsInstrInfo.td140 def HasBitCount : Predicate<"Subtarget.hasBitCount()">,
658 Requires<[HasBitCount, HasStdEnc]>;
663 Requires<[HasBitCount, HasStdEnc]>;