Home
last modified time | relevance | path

Searched refs:hasPopulationCount (Results 1 – 9 of 9) 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-10.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h132 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount() function
DSystemZTargetTransformInfo.cpp235 if (ST->hasPopulationCount() && TyWidth <= 64) in getPopcntSupport()
DSystemZISelLowering.cpp195 if (Subtarget.hasPopulationCount()) in SystemZTargetLowering()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h133 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount() function
DSystemZTargetTransformInfo.cpp239 if (ST->hasPopulationCount() && TyWidth <= 64) in getPopcntSupport()
DSystemZISelLowering.cpp199 if (Subtarget.hasPopulationCount()) in SystemZTargetLowering()