Searched refs:shouldExpandReduction (Results 1 – 5 of 5) sorted by relevance
120 if (!TTI->shouldExpandReduction(II)) in expandReductions()
165 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
1007 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() function1618 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
582 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
687 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo688 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()