Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h185 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp99 if (TTI->shouldExpandReduction(II)) in expandReductions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h173 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.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()
DTargetTransformInfoImpl.h611 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp847 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
848 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()