Searched refs:ReductionShuffle (Results 1 – 8 of 8) sorted by relevance
248 TTI::ReductionShuffle WebAssemblyTTIImpl::getPreferredExpandedReductionShuffle( in getPreferredExpandedReductionShuffle()255 return TTI::ReductionShuffle::Pairwise; in getPreferredExpandedReductionShuffle()257 return TTI::ReductionShuffle::SplitHalf; in getPreferredExpandedReductionShuffle()
91 TTI::ReductionShuffle
62 TargetTransformInfo::ReductionShuffle RS = in expandReductions()
414 TargetTransformInfo::ReductionShuffle RS,
1842 enum struct ReductionShuffle { SplitHalf, Pairwise }; enum1846 LLVM_ABI ReductionShuffle
1098 virtual TTI::ReductionShuffle1100 return TTI::ReductionShuffle::SplitHalf; in getPreferredExpandedReductionShuffle()
1144 TargetTransformInfo::ReductionShuffle RS, in getShuffleReduction()1174 if (TargetTransformInfo::ReductionShuffle::Pairwise == RS) { in getShuffleReduction()
1442 TargetTransformInfo::ReductionShuffle