Searched refs:IsMLA (Results 1 – 6 of 6) 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() argument 1631 ResVT.getSizeInBits() <= (IsMLA ? 64 : 32)) || in getExtendedAddReductionCost() 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 | 1194 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty, 1653 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty, 2159 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty, 2161 return Impl.getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
|
| H A D | TargetTransformInfoImpl.h | 636 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 911 bool IsMLA, bool IsUnsigned, Type *ResTy, VectorType *Ty, in getExtendedAddReductionCost() argument 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() argument 2181 if (IsMLA) { in getExtendedAddReductionCost()
|