Searched refs:preferInLoopReduction (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 201 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
|
H A D | ARMTargetTransformInfo.cpp | 2211 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1348 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 D | TargetTransformInfoImpl.h | 735 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1019 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 D | LoopVectorize.cpp | 6245 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in getSmallestAndWidestTypes() 7863 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()
|