Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp161 static bool matchPairwiseReductionAtLevel(const BinaryOperator *BinOp, in matchPairwiseReductionAtLevel() function
239 return matchPairwiseReductionAtLevel(NextLevelBinOp, Level, NumLevels); in matchPairwiseReductionAtLevel()
282 if (!matchPairwiseReductionAtLevel(RdxStart, 0, Log2_32(NumVecElems))) in matchPairwiseReduction()