Searched defs:PopcntSupportKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h311 enum PopcntSupportKind { PSK_Software, PSK_SlowHardware, PSK_FastHardware }; enum in class:llvm::TargetTransformInfo
397 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
675 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0;
849 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override {

Completed in 94 milliseconds