HomeSort by relevance Sort by last modified time
    Searched defs:getPopcntSupport (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 79 virtual PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
125 PPCTTI::PopcntSupportKind PPCTTI::getPopcntSupport(unsigned TyWidth) const {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 144 TargetTransformInfo::getPopcntSupport(unsigned IntTyWidthInBit) const {
145 return PrevTTI->getPopcntSupport(IntTyWidthInBit);
504 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const {
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 78 virtual PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
126 X86TTI::PopcntSupportKind X86TTI::getPopcntSupport(unsigned TyWidth) const {

Completed in 148 milliseconds