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.h226 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2556 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1694 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2172 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2913 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2915 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
H A DTargetTransformInfoImpl.h927 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1297 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo
1299 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4806 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening()
6749 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()