Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandReductions.cpp97 if (TTI->shouldExpandReduction(II)) in expandReductions()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h58 bool shouldExpandReduction(const IntrinsicInst *II) const;
H A DRISCVTargetTransformInfo.cpp120 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h331 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h225 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1437 bool shouldExpandReduction(const IntrinsicInst *II) const;
1835 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;
2453 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
2454 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
H A DTargetTransformInfoImpl.h802 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1103 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
1104 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()