| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 580 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 D | X86TargetTransformInfo.h | 99 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
|
| H A D | X86TargetTransformInfo.cpp | 2375 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 D | TargetTransformInfo.h | 858 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 D | TargetTransformInfoImpl.h | 485 unsigned getMinMaxReductionCost(Type *, Type *, bool, bool) { return 1; } in getMinMaxReductionCost() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 198 int getMinMaxReductionCost(Type *Ty, Type *CondTy,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 473 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 D | BasicTTIImpl.h | 1260 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 D | SLPVectorizer.cpp | 5883 TTI->getMinMaxReductionCost(VecTy, VecCondTy, in getReductionCost() 5886 TTI->getMinMaxReductionCost(VecTy, VecCondTy, in getReductionCost()
|