Searched refs:RevVTSize (Results 1 – 1 of 1) sorted by relevance
1709 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local1711 ((LT.second == MVT::v16i8 && RevVTSize <= 32) || in getExtendedReductionCost()1712 (LT.second == MVT::v8i16 && RevVTSize <= 32) || in getExtendedReductionCost()1713 (LT.second == MVT::v4i32 && RevVTSize <= 64))) in getExtendedReductionCost()1740 unsigned RevVTSize = ResVT.getSizeInBits(); in getMulAccReductionCost() local1742 ((LT.second == MVT::v16i8 && RevVTSize <= 32) || in getMulAccReductionCost()1743 (LT.second == MVT::v8i16 && RevVTSize <= 64) || in getMulAccReductionCost()1744 (LT.second == MVT::v4i32 && RevVTSize <= 64))) in getMulAccReductionCost()