Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.h86 bool HasBitCount; variable
129 bool hasBitCount() const { return HasBitCount; } in hasBitCount()
DMipsSubtarget.cpp30 HasMinMax(false), HasSwap(false), HasBitCount(false) in MipsSubtarget()
DMips.td59 def FeatureBitCount : SubtargetFeature<"bitcount", "HasBitCount", "true",
DMips64InstrInfo.td87 Requires<[HasBitCount]> {
DMipsInstrInfo.td125 def HasBitCount : Predicate<"Subtarget.hasBitCount()">;
520 Requires<[HasBitCount]> {