Home
last modified time | relevance | path

Searched refs:preferInLoopReduction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h231 bool preferInLoopReduction(RecurKind Kind, Type *Ty) const override;
H A DARMTargetTransformInfo.cpp2700 bool ARMTTIImpl::preferInLoopReduction(RecurKind Kind, Type *Ty) const { in preferInLoopReduction() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1400 bool TargetTransformInfo::preferInLoopReduction(RecurKind Kind, in preferInLoopReduction() function in TargetTransformInfo
1402 return TTIImpl->preferInLoopReduction(Kind, Ty); in preferInLoopReduction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1819 LLVM_ABI bool preferInLoopReduction(RecurKind Kind, Type *Ty) const;
H A DTargetTransformInfoImpl.h1085 virtual bool preferInLoopReduction(RecurKind Kind, Type *Ty) const { in preferInLoopReduction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4574 TTI.preferInLoopReduction(RdxDesc.getRecurrenceKind(), in collectElementTypesForWidening()
6543 !TTI.preferInLoopReduction(Kind, Phi->getType())) in collectInLoopReductions()