/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 24 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in HexagonTTIImpl
|
D | HexagonTargetTransformInfo.h | 53 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.h | 50 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
|
D | WebAssemblyTargetTransformInfo.cpp | 24 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport() function in WebAssemblyTTIImpl
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 51 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
D | SystemZTargetTransformInfo.cpp | 234 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in SystemZTTIImpl
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 24 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport() function in WebAssemblyTTIImpl
|
D | WebAssemblyTargetTransformInfo.h | 57 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 52 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.h | 78 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 47 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 397 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/ |
D | PPCTargetTransformInfo.h | 61 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
D | PPCTargetTransformInfo.cpp | 37 PPCTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in PPCTTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 56 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 46 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 71 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 62 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
|
D | HexagonTargetTransformInfo.cpp | 70 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in HexagonTTIImpl
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 55 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 80 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 46 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 198 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/ |
D | TargetTransformInfo.h | 606 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/ |
D | AMDGPUTargetTransformInfo.h | 131 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
|