Home
last modified time | relevance | path

Searched refs:getMulAccReductionCost (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h290 InstructionCost getMulAccReductionCost(bool IsUnsigned, Type *ResTy,
HDARMTargetTransformInfo.cpp1802 ARMTTIImpl::getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost() function in ARMTTIImpl
1825 return BaseT::getMulAccReductionCost(IsUnsigned, ResTy, ValTy, CostKind); in getMulAccReductionCost()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1524 InstructionCost getMulAccReductionCost(
2115 virtual InstructionCost getMulAccReductionCost(
2805 getMulAccReductionCost(bool IsUnsigned, Type *ResTy, VectorType *Ty, in getMulAccReductionCost() function
2807 return Impl.getMulAccReductionCost(IsUnsigned, ResTy, Ty, CostKind); in getMulAccReductionCost()
HDTargetTransformInfoImpl.h811 InstructionCost getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp1174 InstructionCost TargetTransformInfo::getMulAccReductionCost( in getMulAccReductionCost() function in TargetTransformInfo
1177 return TTIImpl->getMulAccReductionCost(IsUnsigned, ResTy, Ty, CostKind); in getMulAccReductionCost()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h2630 InstructionCost getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp5838 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost()
5883 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost()
5902 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost()