Home
last modified time | relevance | path

Searched defs:getExtendedAddReductionCost (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1681 ARMTTIImpl::getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function in ARMTTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h684 getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, Type *ResTy, in getExtendedAddReductionCost() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2317 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp975 InstructionCost TargetTransformInfo::getExtendedAddReductionCost( in getExtendedAddReductionCost() function in TargetTransformInfo