Home
last modified time | relevance | path

Searched refs:shouldExpandReduction (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h185 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDExpandReductions.cpp99 if (TTI->shouldExpandReduction(II)) in expandReductions()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h173 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1146 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() function
1874 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
HDTargetTransformInfoImpl.h611 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp847 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
848 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()