Home
last modified time | relevance | path

Searched refs:getMinMaxReductionCost (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp580 int TargetTransformInfo::getMinMaxReductionCost(Type *Ty, Type *CondTy, in getMinMaxReductionCost() function in TargetTransformInfo
584 TTIImpl->getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned); in getMinMaxReductionCost()
1082 return getMinMaxReductionCost( in getInstructionThroughput()
1086 return getMinMaxReductionCost( in getInstructionThroughput()
1098 return getMinMaxReductionCost( in getInstructionThroughput()
1102 return getMinMaxReductionCost( in getInstructionThroughput()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h99 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
H A DX86TargetTransformInfo.cpp2375 int X86TTIImpl::getMinMaxReductionCost(Type *ValTy, Type *CondTy, in getMinMaxReductionCost() function in X86TTIImpl
2518 return BaseT::getMinMaxReductionCost(ValTy, CondTy, IsPairwise, IsUnsigned); in getMinMaxReductionCost()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h858 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
1164 virtual int getMinMaxReductionCost(Type *Ty, Type *CondTy,
1516 int getMinMaxReductionCost(Type *Ty, Type *CondTy, in getMinMaxReductionCost() function
1518 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned); in getMinMaxReductionCost()
H A DTargetTransformInfoImpl.h485 unsigned getMinMaxReductionCost(Type *, Type *, bool, bool) { return 1; } in getMinMaxReductionCost() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h198 int getMinMaxReductionCost(Type *Ty, Type *CondTy,
H A DAMDGPUTargetTransformInfo.cpp473 int GCNTTIImpl::getMinMaxReductionCost(Type *Ty, Type *CondTy, in getMinMaxReductionCost() function in GCNTTIImpl
483 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsPairwise, IsUnsigned); in getMinMaxReductionCost()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1260 return static_cast<T *>(this)->getMinMaxReductionCost(
1265 return static_cast<T *>(this)->getMinMaxReductionCost(
1463 unsigned getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwise, in getMinMaxReductionCost() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5883 TTI->getMinMaxReductionCost(VecTy, VecCondTy, in getReductionCost()
5886 TTI->getMinMaxReductionCost(VecTy, VecCondTy, in getReductionCost()