Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1660 return thisT()->getArithmeticReductionCost(Instruction::Add, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1663 return thisT()->getArithmeticReductionCost(Instruction::Mul, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1666 return thisT()->getArithmeticReductionCost(Instruction::And, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1669 return thisT()->getArithmeticReductionCost(Instruction::Or, VecOpTy, None, in getTypeBasedIntrinsicInstrCost()
1672 return thisT()->getArithmeticReductionCost(Instruction::Xor, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1675 return thisT()->getArithmeticReductionCost(Instruction::FAdd, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1678 return thisT()->getArithmeticReductionCost(Instruction::FMul, VecOpTy, in getTypeBasedIntrinsicInstrCost()
2101 InstructionCost getArithmeticReductionCost(unsigned Opcode, VectorType *Ty, in getArithmeticReductionCost() function
2175 InstructionCost RedCost = thisT()->getArithmeticReductionCost( in getExtendedAddReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h214 InstructionCost getArithmeticReductionCost(
H A DAMDGPUTargetTransformInfo.cpp845 GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *Ty, in getArithmeticReductionCost() function in GCNTTIImpl
849 return BaseT::getArithmeticReductionCost(Opcode, Ty, FMF, CostKind); in getArithmeticReductionCost()
856 return BaseT::getArithmeticReductionCost(Opcode, Ty, FMF, CostKind); in getArithmeticReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h319 InstructionCost getArithmeticReductionCost(
H A DAArch64TargetTransformInfo.cpp1953 AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost() function in AArch64TTIImpl
1958 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
2044 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h183 InstructionCost getArithmeticReductionCost(
H A DX86TargetTransformInfo.cpp3748 X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost() function in X86TTIImpl
3752 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
3824 getArithmeticReductionCost(Opcode, WideVecTy, FMF, CostKind); in getArithmeticReductionCost()
3920 return BaseT::getArithmeticReductionCost(Opcode, ValVTy, FMF, CostKind); in getArithmeticReductionCost()
3929 return BaseT::getArithmeticReductionCost(Opcode, ValVTy, FMF, CostKind); in getArithmeticReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h259 InstructionCost getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy,
H A DARMTargetTransformInfo.cpp1596 ARMTTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost() function in ARMTTIImpl
1600 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
1605 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
1617 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1179 InstructionCost getArithmeticReductionCost(
1646 getArithmeticReductionCost(unsigned Opcode, VectorType *Ty,
2148 getArithmeticReductionCost(unsigned Opcode, VectorType *Ty, in getArithmeticReductionCost() function
2151 return Impl.getArithmeticReductionCost(Opcode, Ty, FMF, CostKind); in getArithmeticReductionCost()
H A DTargetTransformInfoImpl.h624 InstructionCost getArithmeticReductionCost(unsigned, VectorType *, in getArithmeticReductionCost() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp892 InstructionCost TargetTransformInfo::getArithmeticReductionCost( in getArithmeticReductionCost() function in TargetTransformInfo
896 TTIImpl->getArithmeticReductionCost(Opcode, Ty, FMF, CostKind); in getArithmeticReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7978 VectorCost = TTI->getArithmeticReductionCost(RdxOpcode, VectorTy, FMF); in getReductionCost()
H A DLoopVectorize.cpp7210 InstructionCost BaseCost = TTI.getArithmeticReductionCost( in getReductionPatternCost()