Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h157 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount() function
H A DSystemZTargetTransformInfo.cpp276 if (ST->hasPopulationCount() && TyWidth <= 64) in getPopcntSupport()
H A DSystemZISelLowering.cpp201 if (Subtarget.hasPopulationCount()) in SystemZTargetLowering()