Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1709 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local
1711 ((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() local
1742 ((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()