Home
last modified time | relevance | path

Searched defs:shouldExpandReduction (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp105 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h207 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h287 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h745 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
H A DTargetTransformInfo.h2279 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1034 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo