Home
last modified time | relevance | path

Searched refs:PopcntSupportKind (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.h49 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
DWebAssemblyTargetTransformInfo.cpp22 TargetTransformInfo::PopcntSupportKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h46 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h47 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
DSystemZTargetTransformInfo.cpp232 TargetTransformInfo::PopcntSupportKind
/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.cpp70 TargetTransformInfo::PopcntSupportKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h56 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
DPPCTargetTransformInfo.cpp49 TargetTransformInfo::PopcntSupportKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h80 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
DAArch64TargetTransformInfo.cpp196 TargetTransformInfo::PopcntSupportKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h103 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
DX86TargetTransformInfo.cpp59 TargetTransformInfo::PopcntSupportKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h143 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h542 enum PopcntSupportKind { PSK_Software, PSK_SlowHardware, PSK_FastHardware }; enum
735 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
1274 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0;
1623 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override { in getPopcntSupport()
DTargetTransformInfoImpl.h345 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) { in getPopcntSupport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp434 TargetTransformInfo::PopcntSupportKind