Home
last modified time | relevance | path

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

123

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.h97 bool IsPairwiseForm);
99 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.h97 bool IsPairwiseForm);
99 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h838 bool IsPairwiseForm) const;
839 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
1133 bool IsPairwiseForm) = 0;
1135 bool IsPairwiseForm, bool IsUnsigned) = 0;
1475 bool IsPairwiseForm) override {
1476 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm);
1479 bool IsPairwiseForm, bool IsUnsigned) override {
1480 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h857 bool IsPairwiseForm) const;
858 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
1163 bool IsPairwiseForm) = 0;
1165 bool IsPairwiseForm, bool IsUnsigned) = 0;
1513 bool IsPairwiseForm) override { in getArithmeticReductionCost() argument
1514 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
1517 bool IsPairwiseForm, bool IsUnsigned) override { in getMinMaxReductionCost() argument
1518 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned); in getMinMaxReductionCost()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h155 bool IsPairwiseForm);
157 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.h155 bool IsPairwiseForm);
157 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h155 bool IsPairwiseForm);
157 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.h154 bool IsPairwiseForm);
156 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h952 bool IsPairwiseForm) const;
953 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
1278 bool IsPairwiseForm) = 0;
1280 bool IsPairwiseForm, bool IsUnsigned) = 0;
1663 bool IsPairwiseForm) override { in getArithmeticReductionCost() argument
1664 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
1667 bool IsPairwiseForm, bool IsUnsigned) override { in getMinMaxReductionCost() argument
1668 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned); in getMinMaxReductionCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h147 bool IsPairwiseForm,
256 bool IsPairwiseForm,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h147 bool IsPairwiseForm,
256 bool IsPairwiseForm,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h162 bool IsPairwiseForm,
168 bool IsPairwiseForm, bool IsUnsigned,
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.h162 bool IsPairwiseForm,
168 bool IsPairwiseForm, bool IsUnsigned,
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h996 bool IsPairwiseForm) const;
997 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
1347 bool IsPairwiseForm) = 0;
1349 bool IsPairwiseForm, bool IsUnsigned) = 0;
1769 bool IsPairwiseForm) override { in getArithmeticReductionCost() argument
1770 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
1773 bool IsPairwiseForm, bool IsUnsigned) override { in getMinMaxReductionCost() argument
1774 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned); in getMinMaxReductionCost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h996 bool IsPairwiseForm) const;
997 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
1347 bool IsPairwiseForm) = 0;
1349 bool IsPairwiseForm, bool IsUnsigned) = 0;
1769 bool IsPairwiseForm) override { in getArithmeticReductionCost() argument
1770 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
1773 bool IsPairwiseForm, bool IsUnsigned) override { in getMinMaxReductionCost() argument
1774 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned); in getMinMaxReductionCost()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h996 bool IsPairwiseForm) const;
997 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
1347 bool IsPairwiseForm) = 0;
1349 bool IsPairwiseForm, bool IsUnsigned) = 0;
1769 bool IsPairwiseForm) override { in getArithmeticReductionCost() argument
1770 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
1773 bool IsPairwiseForm, bool IsUnsigned) override { in getMinMaxReductionCost() argument
1774 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned); in getMinMaxReductionCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h176 bool IsPairwiseForm,
182 bool IsPairwiseForm, bool IsUnsigned,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h176 bool IsPairwiseForm,
182 bool IsPairwiseForm, bool IsUnsigned,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h176 bool IsPairwiseForm,
182 bool IsPairwiseForm, bool IsUnsigned,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1082 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
1086 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned,
1450 bool IsPairwiseForm,
1453 bool IsPairwiseForm, bool IsUnsigned,
1878 bool IsPairwiseForm, in getArithmeticReductionCost() argument
1880 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, in getArithmeticReductionCost()
1884 bool IsPairwiseForm, bool IsUnsigned, in getMinMaxReductionCost() argument
1886 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned, in getMinMaxReductionCost()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h1082 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
1086 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned,
1450 bool IsPairwiseForm,
1453 bool IsPairwiseForm, bool IsUnsigned,
1878 bool IsPairwiseForm, in getArithmeticReductionCost() argument
1880 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, in getArithmeticReductionCost()
1884 bool IsPairwiseForm, bool IsUnsigned, in getMinMaxReductionCost() argument
1886 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned, in getMinMaxReductionCost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1164 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
1168 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned,
1565 bool IsPairwiseForm,
1568 bool IsPairwiseForm, bool IsUnsigned,
2022 bool IsPairwiseForm, in getArithmeticReductionCost() argument
2024 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, in getArithmeticReductionCost()
2028 bool IsPairwiseForm, bool IsUnsigned, in getMinMaxReductionCost() argument
2030 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned, in getMinMaxReductionCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1182 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
1186 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned,
1601 bool IsPairwiseForm,
1604 bool IsPairwiseForm, bool IsUnsigned,
2078 bool IsPairwiseForm, in getArithmeticReductionCost() argument
2080 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, in getArithmeticReductionCost()
2084 bool IsPairwiseForm, bool IsUnsigned, in getMinMaxReductionCost() argument
2086 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned, in getMinMaxReductionCost()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1181 unsigned Opcode, VectorType *Ty, bool IsPairwiseForm,
1185 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned,
1600 bool IsPairwiseForm,
1603 bool IsPairwiseForm, bool IsUnsigned,
2077 bool IsPairwiseForm, in getArithmeticReductionCost() argument
2079 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm, in getArithmeticReductionCost()
2083 bool IsPairwiseForm, bool IsUnsigned, in getMinMaxReductionCost() argument
2085 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned, in getMinMaxReductionCost()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h179 bool IsPairwiseForm);

123