Home
last modified time | relevance | path

Searched refs:getExtendedAddReductionCost (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h262 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
H A DARMTargetTransformInfo.cpp1621 ARMTTIImpl::getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function in ARMTTIImpl
1636 return BaseT::getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, ValTy, in getExtendedAddReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1193 InstructionCost getExtendedAddReductionCost(
1652 virtual InstructionCost getExtendedAddReductionCost(
2158 InstructionCost getExtendedAddReductionCost(
2161 return Impl.getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
H A DTargetTransformInfoImpl.h635 InstructionCost getExtendedAddReductionCost(
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp910 InstructionCost TargetTransformInfo::getExtendedAddReductionCost( in getExtendedAddReductionCost() function in TargetTransformInfo
913 return TTIImpl->getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty, in getExtendedAddReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2169 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7233 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()
7257 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()
7268 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()