Searched refs:shouldExpandReduction (Results 1 – 11 of 11) sorted by relevance
153 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
49 if (TTI->shouldExpandReduction(II)) in expandReductions()
150 bool shouldExpandReduction(const IntrinsicInst *II) const override;
1527 bool SystemZTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in SystemZTTIImpl
235 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
109 bool shouldExpandReduction(const IntrinsicInst *II) const override;
318 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
401 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
1438 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo1439 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()
1840 LLVM_ABI bool shouldExpandReduction(const IntrinsicInst *II) const;
1094 virtual bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function