Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp106 return TTI::ReductionShuffle::SplitHalf; in getPreferredExpandedReductionShuffle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h945 return TTI::ReductionShuffle::SplitHalf; in getPreferredExpandedReductionShuffle()
H A DTargetTransformInfo.h1719 enum struct ReductionShuffle { SplitHalf, Pairwise }; enumerator