Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h232 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h355 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } shouldExpandReduction() function
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1326 bool SystemZTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { shouldExpandReduction() function in SystemZTTIImpl
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp267 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { shouldExpandReduction() function in RISCVTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h937 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } shouldExpandReduction() function
H A DTargetTransformInfo.h2897 bool shouldExpandReduction(const IntrinsicInst *II) const override { shouldExpandReduction() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1316 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { shouldExpandReduction() function in TargetTransformInfo