Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h225 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2544 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1639 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2098 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2806 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2808 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
H A DTargetTransformInfoImpl.h889 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1238 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo
1240 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5313 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening()
7242 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()