Searched refs:IsMLA (Results 1 – 6 of 6) 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() 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 D | TargetTransformInfo.h | 1271 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 D | TargetTransformInfoImpl.h | 684 getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, Type *ResTy, in getExtendedAddReductionCost() argument
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 976 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 D | BasicTTIImpl.h | 2317 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned, in getExtendedAddReductionCost() argument 2329 if (IsMLA) { in getExtendedAddReductionCost()
|