Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1622 return thisT()->getArithmeticReductionCost(Instruction::Add, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1626 return thisT()->getArithmeticReductionCost(Instruction::Mul, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1630 return thisT()->getArithmeticReductionCost(Instruction::And, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1634 return thisT()->getArithmeticReductionCost(Instruction::Or, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1638 return thisT()->getArithmeticReductionCost(Instruction::Xor, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1643 return thisT()->getArithmeticReductionCost(Instruction::FAdd, VecOpTy, in getTypeBasedIntrinsicInstrCost()
1648 return thisT()->getArithmeticReductionCost(Instruction::FMul, VecOpTy, in getTypeBasedIntrinsicInstrCost()
2002 InstructionCost getArithmeticReductionCost(unsigned Opcode, VectorType *Ty, in getArithmeticReductionCost() function
2138 InstructionCost RedCost = thisT()->getArithmeticReductionCost( in getExtendedAddReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h214 InstructionCost getArithmeticReductionCost(
H A DAMDGPUTargetTransformInfo.cpp848 GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *Ty, in getArithmeticReductionCost() function in GCNTTIImpl
858 return BaseT::getArithmeticReductionCost(Opcode, Ty, IsPairwise, CostKind); in getArithmeticReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h182 InstructionCost getArithmeticReductionCost(
H A DX86TargetTransformInfo.cpp3523 X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost() function in X86TTIImpl
3528 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwise, CostKind); in getArithmeticReductionCost()
3600 getArithmeticReductionCost(Opcode, WideVecTy, IsPairwise, CostKind); in getArithmeticReductionCost()
3696 return BaseT::getArithmeticReductionCost(Opcode, ValVTy, IsPairwise, in getArithmeticReductionCost()
3706 return BaseT::getArithmeticReductionCost(Opcode, ValVTy, IsPairwise, in getArithmeticReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h298 InstructionCost getArithmeticReductionCost(
H A DAArch64TargetTransformInfo.cpp1607 AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost() function in AArch64TTIImpl
1615 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost()
1637 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h259 InstructionCost getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy,
H A DARMTargetTransformInfo.cpp1591 ARMTTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost() function in ARMTTIImpl
1597 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost()
1610 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1193 InstructionCost getArithmeticReductionCost(
1657 getArithmeticReductionCost(unsigned Opcode, VectorType *Ty,
2159 getArithmeticReductionCost(unsigned Opcode, VectorType *Ty, in getArithmeticReductionCost() function
2162 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, in getArithmeticReductionCost()
H A DTargetTransformInfoImpl.h623 InstructionCost getArithmeticReductionCost(unsigned, VectorType *, bool, in getArithmeticReductionCost() function
1120 return TargetTTI->getArithmeticReductionCost(RdxOpcode, RdxType, in getUserCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp895 InstructionCost TargetTransformInfo::getArithmeticReductionCost( in getArithmeticReductionCost() function in TargetTransformInfo
899 TTIImpl->getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, CostKind); in getArithmeticReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7614 VectorCost = TTI->getArithmeticReductionCost(RdxOpcode, VectorTy, in getReductionCost()
H A DLoopVectorize.cpp7145 InstructionCost BaseCost = TTI.getArithmeticReductionCost( in getReductionPatternCost()