Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp105 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
H A DRISCVTargetTransformInfo.h56 bool shouldExpandReduction(const IntrinsicInst *II) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandReductions.cpp99 if (TTI->shouldExpandReduction(II)) in expandReductions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h287 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h207 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1367 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() function
2280 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
H A DTargetTransformInfoImpl.h745 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1034 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
1035 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()