Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp459 bool IsPairwise) { in getArithmeticReductionCost() argument
464 if (IsPairwise || in getArithmeticReductionCost()
467 return BaseT::getArithmeticReductionCost(Opcode, Ty, IsPairwise); in getArithmeticReductionCost()
474 bool IsPairwise, in getMinMaxReductionCost() argument
480 if (IsPairwise || in getMinMaxReductionCost()
483 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsPairwise, IsUnsigned); in getMinMaxReductionCost()
DAMDGPUTargetTransformInfo.h197 bool IsPairwise);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1268 bool IsPairwise) { in getArithmeticReductionCost() argument
1284 ShuffleCost += (IsPairwise + 1) * in getArithmeticReductionCost()
1295 ShuffleCost += (NumReduxLevels - LongVectorCount) * (IsPairwise + 1) * in getArithmeticReductionCost()
1305 unsigned getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwise, in getMinMaxReductionCost() argument
1331 ShuffleCost += (IsPairwise + 1) * in getMinMaxReductionCost()
1346 ShuffleCost += (NumReduxLevels - LongVectorCount) * (IsPairwise + 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-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2028 bool IsPairwise) { in getArithmeticReductionCost() argument
2078 if (IsPairwise) { in getArithmeticReductionCost()
2096 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwise); in getArithmeticReductionCost()
2100 bool IsPairwise, bool IsUnsigned) { in getMinMaxReductionCost() argument
2207 if (IsPairwise) { in getMinMaxReductionCost()
2242 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-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5043 bool IsPairwise, bool IsLeft, in createRdxShuffleMask() argument
5045 assert((IsPairwise || !IsLeft) && "Don't support a <0,1,undef,...> mask"); in createRdxShuffleMask()
5050 if (IsPairwise) in createRdxShuffleMask()