Home
last modified time | relevance | path

Searched refs:IsMLA (Results 1 – 6 of 6) 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() argument
1702 (LT.second == MVT::v8i16 && RevVTSize <= (IsMLA ? 64u : 32u)) || in getExtendedAddReductionCost()
1707 return BaseT::getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, ValTy, in getExtendedAddReductionCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1271 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty,
1777 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty,
2343 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty,
2345 return Impl.getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
H A DTargetTransformInfoImpl.h684 getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, Type *ResTy, in getExtendedAddReductionCost() argument
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp976 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty, in getExtendedAddReductionCost() argument
978 return TTIImpl->getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty, in getExtendedAddReductionCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2317 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() argument
2329 if (IsMLA) { in getExtendedAddReductionCost()