Searched refs:shouldExpandReduction (Results 1 – 6 of 6) sorted by relevance
185 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
99 if (TTI->shouldExpandReduction(II)) in expandReductions()
173 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
1146 bool shouldExpandReduction(const IntrinsicInst *II) const;1396 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;1873 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function1874 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
611 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
847 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo848 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()