Home
last modified time | relevance | path

Searched refs:getPopcntSupport (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp24 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in HexagonTTIImpl
DHexagonTargetTransformInfo.h53 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.h50 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
DWebAssemblyTargetTransformInfo.cpp24 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport() function in WebAssemblyTTIImpl
/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h51 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
DSystemZTargetTransformInfo.cpp234 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in SystemZTTIImpl
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.cpp24 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport() function in WebAssemblyTTIImpl
DWebAssemblyTargetTransformInfo.h57 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
/external/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h52 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h78 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h47 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h397 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
675 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0;
849 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override { in getPopcntSupport() function
850 return Impl.getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h61 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
DPPCTargetTransformInfo.cpp37 PPCTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in PPCTTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h56 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h46 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h71 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h62 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
DHexagonTargetTransformInfo.cpp70 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in HexagonTTIImpl
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h55 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h80 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h46 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp198 TargetTransformInfo::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in TargetTransformInfo
199 return TTIImpl->getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h606 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
1077 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0;
1354 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override { in getPopcntSupport() function
1355 return Impl.getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h131 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function

12