Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h221 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2407 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1472 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
1896 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2549 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2551 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
H A DTargetTransformInfoImpl.h829 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1147 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo
1149 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5651 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening()
7421 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()