Searched refs:preferInLoopReduction (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 225 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
|
| H A D | ARMTargetTransformInfo.cpp | 2544 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1639 bool preferInLoopReduction(unsigned Opcode, Type *Ty, 2098 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty, 2806 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function 2808 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
|
| H A D | TargetTransformInfoImpl.h | 889 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1238 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo 1240 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5313 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening() 7242 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()
|