HomeSort by relevance Sort by last modified time
    Searched refs:PopcntSupportKind (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 245 enum PopcntSupportKind {
300 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 82 virtual PopcntSupportKind
131 PPCTTI::PopcntSupportKind PPCTTI::getPopcntSupport(unsigned TyWidth) const {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 139 TargetTransformInfo::PopcntSupportKind
530 PopcntSupportKind
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 82 PopcntSupportKind getPopcntSupport(unsigned TyWidth) const override;
286 AArch64TTI::PopcntSupportKind
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 76 PopcntSupportKind getPopcntSupport(unsigned TyWidth) const override;
135 X86TTI::PopcntSupportKind X86TTI::getPopcntSupport(unsigned TyWidth) const {
    [all...]

Completed in 317 milliseconds