Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h201 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2211 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1348 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
1716 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2271 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2273 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
H A DTargetTransformInfoImpl.h735 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1019 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo
1021 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6245 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in getSmallestAndWidestTypes()
7863 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()