Searched refs:getExtendedAddReductionCost (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 262 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
|
H A D | ARMTargetTransformInfo.cpp | 1615 ARMTTIImpl::getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function in ARMTTIImpl 1630 return BaseT::getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, ValTy, in getExtendedAddReductionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1207 InstructionCost getExtendedAddReductionCost( 1664 virtual InstructionCost getExtendedAddReductionCost( 2172 InstructionCost getExtendedAddReductionCost( 2175 return Impl.getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
|
H A D | TargetTransformInfoImpl.h | 633 InstructionCost getExtendedAddReductionCost(
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 913 InstructionCost TargetTransformInfo::getExtendedAddReductionCost( in getExtendedAddReductionCost() function in TargetTransformInfo 916 return TTIImpl->getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty, in getExtendedAddReductionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2132 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 7160 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() 7186 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() 7196 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost()
|