Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp255 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchPairwiseReduction() local
256 if (!RdxStart) in matchPairwiseReduction()
282 if (!matchPairwiseReductionAtLevel(RdxStart, 0, Log2_32(NumVecElems))) in matchPairwiseReduction()
285 Opcode = RdxStart->getOpcode(); in matchPairwiseReduction()
318 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchVectorSplittingReduction() local
319 if (!RdxStart) in matchVectorSplittingReduction()
321 unsigned RdxOpcode = RdxStart->getOpcode(); in matchVectorSplittingReduction()
340 Value *RdxOp = RdxStart; in matchVectorSplittingReduction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4063 Value *RdxStart = Phi->getIncomingValueForBlock(TheLoop->getLoopPreheader()); in AddReductionVar() local
4219 ReductionDescriptor RD(RdxStart, ExitInstruction, Kind, in AddReductionVar()