Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h231 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } shouldExpandReduction() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h355 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp244 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { shouldExpandReduction() function in RISCVTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h903 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } shouldExpandReduction() function
H A DTargetTransformInfo.h2818 bool shouldExpandReduction(const IntrinsicInst *II) const override { shouldExpandReduction() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1265 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { shouldExpandReduction() function in TargetTransformInfo