Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h99 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount() function
DSystemZTargetTransformInfo.cpp236 if (ST->hasPopulationCount() && TyWidth <= 64) in getPopcntSupport()
DSystemZISelLowering.cpp180 if (Subtarget.hasPopulationCount()) in SystemZTargetLowering()