Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVETargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DExpandReductions.cpp97 if (TTI->shouldExpandReduction(II)) in expandReductions()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.h76 bool shouldExpandReduction(const IntrinsicInst *II) const;
DRISCVTargetTransformInfo.cpp195 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h340 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h227 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1495 bool shouldExpandReduction(const IntrinsicInst *II) const;
1902 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;
2561 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
2562 return Impl.shouldExpandReduction(II); in shouldExpandReduction()
DTargetTransformInfoImpl.h843 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DTargetTransformInfo.cpp1166 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo
1167 return TTIImpl->shouldExpandReduction(II); in shouldExpandReduction()