Home
last modified time | relevance | path

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

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