Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp464 unsigned ReduxOpCode; in getInstructionCost() local
467 if (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) in getInstructionCost()
468 return TTI->getReductionCost(ReduxOpCode, ReduxType, false); in getInstructionCost()
469 else if (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) in getInstructionCost()
470 return TTI->getReductionCost(ReduxOpCode, ReduxType, true); in getInstructionCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp1248 unsigned ReduxOpCode; in getInstructionThroughput() local
1251 switch (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) { in getInstructionThroughput()
1253 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()
1267 switch (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) { in getInstructionThroughput()
1269 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()