Home
last modified time | relevance | path

Searched refs:getExtendedReductionCost (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h297 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy,
H A DARMTargetTransformInfo.cpp1850 InstructionCost ARMTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in ARMTTIImpl
1880 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, FMF, in getExtendedReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h217 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy,
H A DRISCVTargetTransformInfo.cpp1938 InstructionCost RISCVTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in RISCVTTIImpl
1942 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1947 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1951 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1965 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h444 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy,
H A DAArch64TargetTransformInfo.cpp5297 InstructionCost AArch64TTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in AArch64TTIImpl
5320 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, VecTy, FMF, in getExtendedReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1269 InstructionCost TargetTransformInfo::getExtendedReductionCost( in getExtendedReductionCost() function in TargetTransformInfo
1272 return TTIImpl->getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF, in getExtendedReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1656 LLVM_ABI InstructionCost getExtendedReductionCost(
H A DTargetTransformInfoImpl.h955 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy, in getExtendedReductionCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h3162 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy, in getExtendedReductionCost() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp2875 InstructionCost ExtRedCost = Ctx.TTI.getExtendedReductionCost( in tryToMatchAndCreateExtendedReduction()
H A DVPlanRecipes.cpp2676 return Ctx.TTI.getExtendedReductionCost( in computeCost()
H A DVectorCombine.cpp1377 TTI.getExtendedReductionCost(ReductionOpc, IsUnsigned, II.getType(), in analyzeCostOfVecReduction()
H A DLoopVectorize.cpp5443 InstructionCost RedCost = TTI.getExtendedReductionCost( in getReductionPatternCost()
H A DSLPVectorizer.cpp23036 VectorCost = TTI->getExtendedReductionCost( in getReductionCost()