Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h153 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp49 if (TTI->shouldExpandReduction(II)) in expandReductions()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const override;
H A DSystemZTargetTransformInfo.cpp1527 bool SystemZTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in SystemZTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h235 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h109 bool shouldExpandReduction(const IntrinsicInst *II) const override;
H A DRISCVTargetTransformInfo.cpp318 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h401 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1438 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
1439 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1840 LLVM_ABI bool shouldExpandReduction(const IntrinsicInst *II) const;
H A DTargetTransformInfoImpl.h1094 virtual bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function