| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 183 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm, 189 bool IsPairwiseForm, bool IsUnsigned,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 166 bool IsPairwiseForm, 299 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
|
| H A D | AArch64TargetTransformInfo.cpp | 1608 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 D | TargetTransformInfo.h | 1194 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 D | TargetTransformInfo.cpp | 896 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 D | AMDGPUTargetTransformInfo.h | 221 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 260 bool IsPairwiseForm,
|
| H A D | ARMTargetTransformInfo.cpp | 1592 bool IsPairwiseForm, in getArithmeticReductionCost() argument 1597 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost() 1610 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm, in getArithmeticReductionCost()
|