Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h227 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h340 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp195 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h843 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
H A DTargetTransformInfo.h2561 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1166 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo