Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h131 bool shouldExpandReduction(const IntrinsicInst *II) const;
H A DSystemZTargetTransformInfo.cpp1326 bool SystemZTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in SystemZTTIImpl
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp49 if (TTI->shouldExpandReduction(II)) in expandReductions()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h99 bool shouldExpandReduction(const IntrinsicInst *II) const;
H A DRISCVTargetTransformInfo.cpp288 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h355 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h232 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1717 bool shouldExpandReduction(const IntrinsicInst *II) const;
2178 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;
2925 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
2926 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
H A DTargetTransformInfoImpl.h941 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1324 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
1325 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()