Home
last modified time | relevance | path

Searched refs:getArithmeticReductionCost (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1236 return static_cast<T *>(this)->getArithmeticReductionCost(
1239 return static_cast<T *>(this)->getArithmeticReductionCost(
1242 return static_cast<T *>(this)->getArithmeticReductionCost(
1245 return static_cast<T *>(this)->getArithmeticReductionCost(
1248 return static_cast<T *>(this)->getArithmeticReductionCost(
1251 return static_cast<T *>(this)->getArithmeticReductionCost(
1254 return static_cast<T *>(this)->getArithmeticReductionCost(
1413 unsigned getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h172 int getArithmeticReductionCost(unsigned Opcode, Type *Ty,
H A DAArch64TargetTransformInfo.cpp922 int AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, in getArithmeticReductionCost() function in AArch64TTIImpl
926 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm); in getArithmeticReductionCost()
947 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm); in getArithmeticReductionCost()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp573 int TargetTransformInfo::getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function in TargetTransformInfo
575 int Cost = TTIImpl->getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
1079 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()
1095 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h96 int getArithmeticReductionCost(unsigned Opcode, Type *Ty,
H A DX86TargetTransformInfo.cpp2303 int X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, in getArithmeticReductionCost() function in X86TTIImpl
2372 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwise); in getArithmeticReductionCost()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h856 int getArithmeticReductionCost(unsigned Opcode, Type *Ty,
1162 virtual int getArithmeticReductionCost(unsigned Opcode, Type *Ty,
1512 int getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function
1514 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
H A DTargetTransformInfoImpl.h483 unsigned getArithmeticReductionCost(unsigned, Type *, bool) { return 1; } in getArithmeticReductionCost() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h195 int getArithmeticReductionCost(unsigned Opcode,
H A DAMDGPUTargetTransformInfo.cpp458 int GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function in GCNTTIImpl
467 return BaseT::getArithmeticReductionCost(Opcode, Ty, IsPairwise); in getArithmeticReductionCost()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5869 TTI->getArithmeticReductionCost(ReductionData.getOpcode(), VecTy, in getReductionCost()
5872 TTI->getArithmeticReductionCost(ReductionData.getOpcode(), VecTy, in getReductionCost()