Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1869 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local
1871 ((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() local
1902 ((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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp5310 unsigned RevVTSize = ResVT.getSizeInBits(); in getExtendedReductionCost() local
5312 RevVTSize <= 32) || in getExtendedReductionCost()
5314 RevVTSize <= 32) || in getExtendedReductionCost()
5316 RevVTSize <= 64)) in getExtendedReductionCost()