Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h201 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2244 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1337 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
1705 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2260 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2262 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
H A DTargetTransformInfoImpl.h739 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1020 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo
1022 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6292 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening()
7948 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()