Searched refs:RevVTSize (Results 1 – 1 of 1) sorted by relevance
1786 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local1788 ((LT.second == MVT::v16i8 && RevVTSize <= 32) || in getExtendedReductionCost()1789 (LT.second == MVT::v8i16 && RevVTSize <= 32) || in getExtendedReductionCost()1790 (LT.second == MVT::v4i32 && RevVTSize <= 64))) in getExtendedReductionCost()1817 unsigned RevVTSize = ResVT.getSizeInBits(); in getMulAccReductionCost() local1819 ((LT.second == MVT::v16i8 && RevVTSize <= 32) || in getMulAccReductionCost()1820 (LT.second == MVT::v8i16 && RevVTSize <= 64) || in getMulAccReductionCost()1821 (LT.second == MVT::v4i32 && RevVTSize <= 64))) in getMulAccReductionCost()