Searched refs:RevVTSize (Results 1 – 2 of 2) sorted by relevance
1869 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local1871 ((LT.second == MVT::v16i8 && RevVTSize <= 32) || in getExtendedReductionCost()1872 (LT.second == MVT::v8i16 && RevVTSize <= 32) || in getExtendedReductionCost()1873 (LT.second == MVT::v4i32 && RevVTSize <= 64))) in getExtendedReductionCost()1900 unsigned RevVTSize = ResVT.getSizeInBits(); in getMulAccReductionCost() local1902 ((LT.second == MVT::v16i8 && RevVTSize <= 32) || in getMulAccReductionCost()1903 (LT.second == MVT::v8i16 && RevVTSize <= 64) || in getMulAccReductionCost()1904 (LT.second == MVT::v4i32 && RevVTSize <= 64))) in getMulAccReductionCost()
5310 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local5312 RevVTSize <= 32) || in getExtendedReductionCost()5314 RevVTSize <= 32) || in getExtendedReductionCost()5316 RevVTSize <= 64)) in getExtendedReductionCost()