Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1074 unsigned ReduxOpCode; in getInstructionThroughput() local
1077 switch (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) { in getInstructionThroughput()
1079 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()
1093 switch (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) { in getInstructionThroughput()
1095 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()