Searched refs:shouldExpandReduction (Results 1 – 8 of 8) sorted by relevance
105 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
56 bool shouldExpandReduction(const IntrinsicInst *II) const;
99 if (TTI->shouldExpandReduction(II)) in expandReductions()
287 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
207 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
1367 bool shouldExpandReduction(const IntrinsicInst *II) const;1720 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;2279 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function2280 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
745 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
1034 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo1035 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()