Searched refs:shouldExpandReduction (Results 1 – 9 of 9) sorted by relevance
150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
97 if (TTI->shouldExpandReduction(II)) in expandReductions()
80 bool shouldExpandReduction(const IntrinsicInst *II) const;
244 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
355 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
231 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
1662 bool shouldExpandReduction(const IntrinsicInst *II) const;2104 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;2818 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function2819 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
903 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
1265 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo1266 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()