Searched refs:preferInLoopReduction (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 221 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
|
| H A D | ARMTargetTransformInfo.cpp | 2407 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1472 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 D | TargetTransformInfoImpl.h | 829 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1147 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 D | LoopVectorize.cpp | 5651 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening() 7421 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()
|