| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 2005 return thisT()->getMinMaxReductionCost(Intrinsic::smax, VecOpTy, in getTypeBasedIntrinsicInstrCost() 2008 return thisT()->getMinMaxReductionCost(Intrinsic::smin, VecOpTy, in getTypeBasedIntrinsicInstrCost() 2011 return thisT()->getMinMaxReductionCost(Intrinsic::umax, VecOpTy, in getTypeBasedIntrinsicInstrCost() 2014 return thisT()->getMinMaxReductionCost(Intrinsic::umin, VecOpTy, in getTypeBasedIntrinsicInstrCost() 2017 return thisT()->getMinMaxReductionCost(Intrinsic::maxnum, VecOpTy, in getTypeBasedIntrinsicInstrCost() 2020 return thisT()->getMinMaxReductionCost(Intrinsic::minnum, VecOpTy, in getTypeBasedIntrinsicInstrCost() 2023 return thisT()->getMinMaxReductionCost(Intrinsic::maximum, VecOpTy, in getTypeBasedIntrinsicInstrCost() 2026 return thisT()->getMinMaxReductionCost(Intrinsic::minimum, VecOpTy, in getTypeBasedIntrinsicInstrCost() 2475 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty, in getMinMaxReductionCost() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 254 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 801 GCNTTIImpl::getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty, in getMinMaxReductionCost() function in GCNTTIImpl 809 return BaseT::getMinMaxReductionCost(IID, Ty, FMF, CostKind); in getMinMaxReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 151 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
|
| H A D | RISCVTargetTransformInfo.cpp | 927 RISCVTTIImpl::getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty, in getMinMaxReductionCost() function in RISCVTTIImpl 931 return BaseT::getMinMaxReductionCost(IID, Ty, FMF, CostKind); in getMinMaxReductionCost() 935 return BaseT::getMinMaxReductionCost(IID, Ty, FMF, CostKind); in getMinMaxReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 219 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
|
| H A D | X86TargetTransformInfo.cpp | 5301 X86TTIImpl::getMinMaxReductionCost(Intrinsic::ID IID, VectorType *ValTy, in getMinMaxReductionCost() function in X86TTIImpl 5420 return BaseT::getMinMaxReductionCost(IID, ValTy, FMF, CostKind); in getMinMaxReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 192 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
|
| H A D | AArch64TargetTransformInfo.cpp | 3540 AArch64TTIImpl::getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty, in getMinMaxReductionCost() function in AArch64TTIImpl 3546 return BaseT::getMinMaxReductionCost(IID, Ty, FMF, CostKind); in getMinMaxReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 293 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
|
| H A D | ARMTargetTransformInfo.cpp | 1817 ARMTTIImpl::getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty, in getMinMaxReductionCost() function in ARMTTIImpl 1873 return BaseT::getMinMaxReductionCost(IID, Ty, FMF, CostKind); in getMinMaxReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1465 InstructionCost getMinMaxReductionCost( 2036 getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty, FastMathFlags FMF, 2689 getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty, FastMathFlags FMF, in getMinMaxReductionCost() function 2691 return Impl.getMinMaxReductionCost(IID, Ty, FMF, CostKind); in getMinMaxReductionCost()
|
| H A D | TargetTransformInfoImpl.h | 762 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *, in getMinMaxReductionCost() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1103 InstructionCost TargetTransformInfo::getMinMaxReductionCost( in getMinMaxReductionCost() function in TargetTransformInfo 1107 TTIImpl->getMinMaxReductionCost(IID, Ty, FMF, CostKind); in getMinMaxReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 15147 VectorCost = TTI->getMinMaxReductionCost(Id, VectorTy, FMF, CostKind); in getReductionCost()
|