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/ |
D | X86TargetTransformInfo.h | 155 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/ |
D | TargetTransformInfo.h | 996 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/ |
D | AArch64TargetTransformInfo.cpp | 929 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()
|
D | AArch64TargetTransformInfo.h | 211 bool IsPairwiseForm);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 734 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/ |
D | AMDGPUTargetTransformInfo.h | 228 bool IsPairwiseForm,
|