Searched refs:preferInLoopReduction (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 201 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
|
| H A D | ARMTargetTransformInfo.cpp | 2244 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1337 bool preferInLoopReduction(unsigned Opcode, Type *Ty, 1705 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty, 2260 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function 2262 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
|
| H A D | TargetTransformInfoImpl.h | 739 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1020 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo 1022 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 6292 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening() 7948 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()
|