Home
last modified time | relevance | path

Searched refs:hasPopulationCount (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZSubtarget.h95 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount() function
HDSystemZTargetTransformInfo.cpp236 if (ST->hasPopulationCount() && TyWidth <= 64) in getPopcntSupport()
HDSystemZISelLowering.cpp183 if (Subtarget.hasPopulationCount()) in SystemZTargetLowering()