Home
last modified time | relevance | path

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

/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/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()