Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1774 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local
1776 ((LT.second == MVT::v16i8 && RevVTSize <= 32) || in getExtendedReductionCost()
1777 (LT.second == MVT::v8i16 && RevVTSize <= 32) || in getExtendedReductionCost()
1778 (LT.second == MVT::v4i32 && RevVTSize <= 64))) in getExtendedReductionCost()
1805 unsigned RevVTSize = ResVT.getSizeInBits(); in getMulAccReductionCost() local
1807 ((LT.second == MVT::v16i8 && RevVTSize <= 32) || in getMulAccReductionCost()
1808 (LT.second == MVT::v8i16 && RevVTSize <= 64) || in getMulAccReductionCost()
1809 (LT.second == MVT::v4i32 && RevVTSize <= 64))) in getMulAccReductionCost()