Searched refs:getExtendedAddReductionCost (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 278 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
|
| H A D | ARMTargetTransformInfo.cpp | 1681 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 D | TargetTransformInfo.h | 1270 InstructionCost getExtendedAddReductionCost( 1776 virtual InstructionCost getExtendedAddReductionCost( 2342 InstructionCost getExtendedAddReductionCost( 2345 return Impl.getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
|
| H A D | TargetTransformInfoImpl.h | 684 getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, Type *ResTy, in getExtendedAddReductionCost() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 975 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 D | LoopVectorize.cpp | 6570 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 D | BasicTTIImpl.h | 2317 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function
|