Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ReduxType

1056     Type *ReduxType;
1058 switch (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) {
1060 return getArithmeticReductionCost(ReduxOpCode, ReduxType,
1064 ReduxType, CmpInst::makeCmpResultType(ReduxType),
1068 ReduxType, CmpInst::makeCmpResultType(ReduxType),
1074 switch (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) {
1076 return getArithmeticReductionCost(ReduxOpCode, ReduxType,
1080 ReduxType, CmpInst::makeCmpResultType(ReduxType),
1084 ReduxType, CmpInst::makeCmpResultType(ReduxType),