Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp99 if (TTI->shouldExpandReduction(II)) in expandReductions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h308 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h207 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1356 bool shouldExpandReduction(const IntrinsicInst *II) const;
1709 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;
2268 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
2269 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
H A DTargetTransformInfoImpl.h749 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1035 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
1036 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()