Home
last modified time | relevance | path

Searched refs:IntTyWidthInBit (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h61 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
DHexagonTargetTransformInfo.cpp71 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h735 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
1274 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0;
1623 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override { in getPopcntSupport() argument
1624 return Impl.getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
DTargetTransformInfoImpl.h345 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) { in getPopcntSupport() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp435 TargetTransformInfo::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport()
436 return TTIImpl->getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()