Home
last modified time | relevance | path

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

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