Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp97 if (TTI->shouldExpandReduction(II)) in expandReductions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h80 bool shouldExpandReduction(const IntrinsicInst *II) const;
H A DRISCVTargetTransformInfo.cpp244 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h355 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h231 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1662 bool shouldExpandReduction(const IntrinsicInst *II) const;
2104 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;
2818 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
2819 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
H A DTargetTransformInfoImpl.h903 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1265 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
1266 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()