Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2005 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 DAMDGPUTargetTransformInfo.h254 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
H A DAMDGPUTargetTransformInfo.cpp801 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 DRISCVTargetTransformInfo.h151 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
H A DRISCVTargetTransformInfo.cpp927 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 DX86TargetTransformInfo.h219 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
H A DX86TargetTransformInfo.cpp5301 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 DAArch64TargetTransformInfo.h192 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
H A DAArch64TargetTransformInfo.cpp3540 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 DARMTargetTransformInfo.h293 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *Ty,
H A DARMTargetTransformInfo.cpp1817 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 DTargetTransformInfo.h1465 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 DTargetTransformInfoImpl.h762 InstructionCost getMinMaxReductionCost(Intrinsic::ID IID, VectorType *, in getMinMaxReductionCost() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1103 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 DSLPVectorizer.cpp15147 VectorCost = TTI->getMinMaxReductionCost(Id, VectorTy, FMF, CostKind); in getReductionCost()