Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandReductions.cpp120 if (!TTI->shouldExpandReduction(II)) in expandReductions()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h165 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1007 bool shouldExpandReduction(const IntrinsicInst *II) const;
1212 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;
1617 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
1618 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
H A DTargetTransformInfoImpl.h582 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp687 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
688 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()