Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h219 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2366 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1418 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
1831 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2445 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2447 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
H A DTargetTransformInfoImpl.h792 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1088 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo
1090 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5589 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening()
7347 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()