Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h148 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount() function
H A DSystemZTargetTransformInfo.cpp240 if (ST->hasPopulationCount() && TyWidth <= 64) in getPopcntSupport()
H A DSystemZISelLowering.cpp199 if (Subtarget.hasPopulationCount()) in SystemZTargetLowering()