Searched refs:ReduxRoot (Results 1 – 2 of 2) sorted by relevance
239 static bool matchPairwiseReduction(const ExtractElementInst *ReduxRoot, in matchPairwiseReduction() argument245 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchPairwiseReduction()252 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchPairwiseReduction()256 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchPairwiseReduction()302 static bool matchVectorSplittingReduction(const ExtractElementInst *ReduxRoot, in matchVectorSplittingReduction() argument308 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchVectorSplittingReduction()315 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchVectorSplittingReduction()320 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction()
827 static ReductionKind matchPairwiseReduction(const ExtractElementInst *ReduxRoot, in matchPairwiseReduction() argument833 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchPairwiseReduction()840 auto *RdxStart = dyn_cast<Instruction>(ReduxRoot->getOperand(0)); in matchPairwiseReduction()892 matchVectorSplittingReduction(const ExtractElementInst *ReduxRoot, in matchVectorSplittingReduction() argument898 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchVectorSplittingReduction()905 auto *RdxStart = dyn_cast<Instruction>(ReduxRoot->getOperand(0)); in matchVectorSplittingReduction()912 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction()