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

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

Completed in 91 milliseconds