Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp254 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchPairwiseReduction() local
255 if (!RdxStart) in matchPairwiseReduction()
281 if (!matchPairwiseReductionAtLevel(RdxStart, 0, Log2_32(NumVecElems))) in matchPairwiseReduction()
284 Opcode = RdxStart->getOpcode(); in matchPairwiseReduction()
317 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchVectorSplittingReduction() local
318 if (!RdxStart) in matchVectorSplittingReduction()
320 unsigned RdxOpcode = RdxStart->getOpcode(); in matchVectorSplittingReduction()
339 Value *RdxOp = RdxStart; in matchVectorSplittingReduction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4806 Value *RdxStart = Phi->getIncomingValueForBlock(TheLoop->getLoopPreheader()); in AddReductionVar() local
4962 ReductionDescriptor RD(RdxStart, ExitInstruction, Kind, in AddReductionVar()