Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp469 unsigned ReduxOpCode; in getInstructionCost() local
472 if (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) in getInstructionCost()
473 return TTI->getReductionCost(ReduxOpCode, ReduxType, false); in getInstructionCost()
474 else if (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) in getInstructionCost()
475 return TTI->getReductionCost(ReduxOpCode, ReduxType, true); in getInstructionCost()