Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h278 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
H A DARMTargetTransformInfo.cpp1681 ARMTTIImpl::getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function in ARMTTIImpl
1707 return BaseT::getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, ValTy, in getExtendedAddReductionCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1270 InstructionCost getExtendedAddReductionCost(
1776 virtual InstructionCost getExtendedAddReductionCost(
2342 InstructionCost getExtendedAddReductionCost(
2345 return Impl.getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
H A DTargetTransformInfoImpl.h684 getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, Type *ResTy, in getExtendedAddReductionCost() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp975 InstructionCost TargetTransformInfo::getExtendedAddReductionCost( in getExtendedAddReductionCost() function in TargetTransformInfo
978 return TTIImpl->getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty, in getExtendedAddReductionCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6570 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()
6582 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()
6616 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()
6636 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2317 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function