Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp321 RISCVTTIImpl::getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost() function in RISCVTTIImpl
325 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsUnsigned, CostKind); in getMinMaxReductionCost()
329 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsUnsigned, CostKind); in getMinMaxReductionCost()
H A DRISCVTargetTransformInfo.h106 InstructionCost getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h217 InstructionCost getMinMaxReductionCost(
H A DAMDGPUTargetTransformInfo.cpp777 GCNTTIImpl::getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost() function in GCNTTIImpl
785 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsUnsigned, CostKind); in getMinMaxReductionCost()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h179 InstructionCost getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy,
H A DAArch64TargetTransformInfo.cpp2614 AArch64TTIImpl::getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost() function in AArch64TTIImpl
2620 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsUnsigned, CostKind); in getMinMaxReductionCost()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h199 InstructionCost getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy,
H A DX86TargetTransformInfo.cpp4661 X86TTIImpl::getMinMaxReductionCost(VectorType *ValTy, VectorType *CondTy, in getMinMaxReductionCost() function in X86TTIImpl
4779 return BaseT::getMinMaxReductionCost(ValTy, CondTy, IsUnsigned, CostKind); in getMinMaxReductionCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1260 InstructionCost getMinMaxReductionCost(
1774 getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, bool IsUnsigned,
2338 getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, bool IsUnsigned, in getMinMaxReductionCost() function
2340 return Impl.getMinMaxReductionCost(Ty, CondTy, IsUnsigned, CostKind); in getMinMaxReductionCost()
H A DTargetTransformInfoImpl.h678 InstructionCost getMinMaxReductionCost(VectorType *, VectorType *, bool, in getMinMaxReductionCost() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp966 InstructionCost TargetTransformInfo::getMinMaxReductionCost( in getMinMaxReductionCost() function in TargetTransformInfo
970 TTIImpl->getMinMaxReductionCost(Ty, CondTy, IsUnsigned, CostKind); in getMinMaxReductionCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1806 return thisT()->getMinMaxReductionCost( in getTypeBasedIntrinsicInstrCost()
1811 return thisT()->getMinMaxReductionCost( in getTypeBasedIntrinsicInstrCost()
2254 InstructionCost getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11440 TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost()
11460 VectorCost = TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost()