Searched refs:shouldExpandReduction (Results 1 – 11 of 11) sorted by relevance
150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
131 bool shouldExpandReduction(const IntrinsicInst *II) const;
1326 bool SystemZTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in SystemZTTIImpl
49 if (TTI->shouldExpandReduction(II)) in expandReductions()
99 bool shouldExpandReduction(const IntrinsicInst *II) const;
288 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
355 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
232 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
1717 bool shouldExpandReduction(const IntrinsicInst *II) const;2178 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;2925 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function2926 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
941 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
1324 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo1325 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()