Searched refs:getMulAccReductionCost (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 289 InstructionCost getMulAccReductionCost(bool IsUnsigned, Type *ResTy,
|
| H A D | ARMTargetTransformInfo.cpp | 1790 ARMTTIImpl::getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost() function in ARMTTIImpl 1813 return BaseT::getMulAccReductionCost(IsUnsigned, ResTy, ValTy, CostKind); in getMulAccReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1474 InstructionCost getMulAccReductionCost( 2042 virtual InstructionCost getMulAccReductionCost( 2701 getMulAccReductionCost(bool IsUnsigned, Type *ResTy, VectorType *Ty, in getMulAccReductionCost() function 2703 return Impl.getMulAccReductionCost(IsUnsigned, ResTy, Ty, CostKind); in getMulAccReductionCost()
|
| H A D | TargetTransformInfoImpl.h | 775 InstructionCost getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1119 InstructionCost TargetTransformInfo::getMulAccReductionCost( in getMulAccReductionCost() function in TargetTransformInfo 1122 return TTIImpl->getMulAccReductionCost(IsUnsigned, ResTy, Ty, CostKind); in getMulAccReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 2540 InstructionCost getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 6326 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost() 6371 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost() 6390 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost()
|