Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp242 static bool matchPairwiseReduction(const ExtractElementInst *ReduxRoot, in matchPairwiseReduction() argument
248 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchPairwiseReduction()
255 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchPairwiseReduction()
259 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchPairwiseReduction()
305 static bool matchVectorSplittingReduction(const ExtractElementInst *ReduxRoot, in matchVectorSplittingReduction() argument
311 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchVectorSplittingReduction()
318 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchVectorSplittingReduction()
323 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction()