Searched refs:getExtendedAddReductionCost (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 262 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
|
| H A D | ARMTargetTransformInfo.cpp | 1621 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 D | TargetTransformInfo.h | 1193 InstructionCost getExtendedAddReductionCost( 1652 virtual InstructionCost getExtendedAddReductionCost( 2158 InstructionCost getExtendedAddReductionCost( 2161 return Impl.getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
|
| H A D | TargetTransformInfoImpl.h | 635 InstructionCost getExtendedAddReductionCost(
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 910 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 D | BasicTTIImpl.h | 2169 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 7233 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() 7257 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() 7268 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()
|