Home
last modified time | relevance | path

Searched refs:IsPairwiseForm (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h183 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
189 bool IsPairwiseForm, bool IsUnsigned,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h166 bool IsPairwiseForm,
299 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
H A DAArch64TargetTransformInfo.cpp1608 bool IsPairwiseForm, in getArithmeticReductionCost() argument
1612 return getArithmeticReductionCostSVE(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost()
1614 if (IsPairwiseForm) in getArithmeticReductionCost()
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/include/llvm/Analysis/
H A DTargetTransformInfo.h1194 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
1198 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned,
1658 bool IsPairwiseForm,
1662 bool IsPairwiseForm, bool IsUnsigned,
2160 bool IsPairwiseForm, in getArithmeticReductionCost() argument
2162 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, in getArithmeticReductionCost()
2167 bool IsPairwiseForm, bool IsUnsigned, in getMinMaxReductionCost() argument
2169 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned, in getMinMaxReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp896 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm, in getArithmeticReductionCost() argument
899 TTIImpl->getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, CostKind); in getArithmeticReductionCost()
905 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned, in getMinMaxReductionCost() argument
908 Ty, CondTy, IsPairwiseForm, IsUnsigned, CostKind); in getMinMaxReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h221 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h260 bool IsPairwiseForm,
H A DARMTargetTransformInfo.cpp1592 bool IsPairwiseForm, in getArithmeticReductionCost() argument
1597 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost()
1610 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost()