Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1075 Type *ReduxType; in getInstructionThroughput() local
1077 switch (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) { in getInstructionThroughput()
1079 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()
1083 ReduxType, CmpInst::makeCmpResultType(ReduxType), in getInstructionThroughput()
1087 ReduxType, CmpInst::makeCmpResultType(ReduxType), in getInstructionThroughput()
1093 switch (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) { in getInstructionThroughput()
1095 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()
1099 ReduxType, CmpInst::makeCmpResultType(ReduxType), in getInstructionThroughput()
1103 ReduxType, CmpInst::makeCmpResultType(ReduxType), in getInstructionThroughput()