Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp521 bool IsPairwise) { in getArithmeticReductionCost() argument
526 if (IsPairwise || in getArithmeticReductionCost()
529 return BaseT::getArithmeticReductionCost(Opcode, Ty, IsPairwise); in getArithmeticReductionCost()
536 bool IsPairwise, in getMinMaxReductionCost() argument
542 if (IsPairwise || in getMinMaxReductionCost()
545 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsPairwise, IsUnsigned); in getMinMaxReductionCost()
DAMDGPUTargetTransformInfo.h216 bool IsPairwise);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1607 bool IsPairwise) { in getArithmeticReductionCost() argument
1624 ShuffleCost += (IsPairwise + 1) * in getArithmeticReductionCost()
1643 if (IsPairwise && NumReduxLevels >= 1) in getArithmeticReductionCost()
1656 unsigned getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwise, in getMinMaxReductionCost() argument
1685 ShuffleCost += (IsPairwise + 1) * in getMinMaxReductionCost()
1707 if (IsPairwise && NumReduxLevels >= 1) in getMinMaxReductionCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h920 unsigned getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) { in getReductionCost() argument
929 NumReduxLevels * (IsPairwise + 1) * in getReductionCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2562 bool IsPairwise) { in getArithmeticReductionCost() argument
2636 if (IsPairwise) { in getArithmeticReductionCost()
2667 if (IsPairwise) { in getArithmeticReductionCost()
2741 if (!IsPairwise && ValTy->getVectorElementType()->isIntegerTy(1)) { in getArithmeticReductionCost()
2756 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwise); in getArithmeticReductionCost()
2760 bool IsPairwise, bool IsUnsigned) { in getMinMaxReductionCost() argument
2927 if (IsPairwise) { in getMinMaxReductionCost()
2986 return BaseT::getMinMaxReductionCost(ValTy, CondTy, IsPairwise, IsUnsigned); in getMinMaxReductionCost()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1194 bool IsPairwise) { in getReductionCost() argument
1244 if (IsPairwise) { in getReductionCost()
1262 return BaseT::getReductionCost(Opcode, ValTy, IsPairwise); in getReductionCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3894 bool IsPairwise, bool IsLeft, in createRdxShuffleMask() argument
3896 assert((IsPairwise || !IsLeft) && "Don't support a <0,1,undef,...> mask"); in createRdxShuffleMask()
3901 if (IsPairwise) in createRdxShuffleMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6050 bool IsPairwise, bool IsLeft, in createRdxShuffleMask() argument
6052 assert((IsPairwise || !IsLeft) && "Don't support a <0,1,undef,...> mask"); in createRdxShuffleMask()
6057 if (IsPairwise) in createRdxShuffleMask()