Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1786 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local
1788 ((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() local
1819 ((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()