Home
last modified time | relevance | path

Searched refs:hasPopulationCount (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h124 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount() function
DSystemZTargetTransformInfo.cpp236 if (ST->hasPopulationCount() && TyWidth <= 64) in getPopcntSupport()
DSystemZISelLowering.cpp189 if (Subtarget.hasPopulationCount()) in SystemZTargetLowering()