Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h92 getPreferredExpandedReductionShuffle(const IntrinsicInst *II) const override;
H A DWebAssemblyTargetTransformInfo.cpp248 TTI::ReductionShuffle WebAssemblyTTIImpl::getPreferredExpandedReductionShuffle( in getPreferredExpandedReductionShuffle() function in WebAssemblyTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp63 TTI->getPreferredExpandedReductionShuffle(II); in expandReductions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1443 TargetTransformInfo::getPreferredExpandedReductionShuffle( in getPreferredExpandedReductionShuffle() function in TargetTransformInfo
1445 return TTIImpl->getPreferredExpandedReductionShuffle(II); in getPreferredExpandedReductionShuffle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1847 getPreferredExpandedReductionShuffle(const IntrinsicInst *II) const;
H A DTargetTransformInfoImpl.h1099 getPreferredExpandedReductionShuffle(const IntrinsicInst *II) const { in getPreferredExpandedReductionShuffle() function