Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h155 bool IsPairwiseForm);
157 int getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp929 bool IsPairwiseForm) { in getArithmeticReductionCost() argument
931 if (IsPairwiseForm) in getArithmeticReductionCost()
932 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm); in getArithmeticReductionCost()
953 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm); in getArithmeticReductionCost()
DAArch64TargetTransformInfo.h211 bool IsPairwiseForm);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp734 bool IsPairwiseForm) const { in getArithmeticReductionCost()
735 int Cost = TTIImpl->getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
741 bool IsPairwiseForm, in getMinMaxReductionCost() argument
744 TTIImpl->getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned); in getMinMaxReductionCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h228 bool IsPairwiseForm,