Searched refs:preferInLoopReduction (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 219 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
|
| H A D | ARMTargetTransformInfo.cpp | 2366 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1418 bool preferInLoopReduction(unsigned Opcode, Type *Ty, 1831 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty, 2445 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function 2447 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
|
| H A D | TargetTransformInfoImpl.h | 792 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1088 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo 1090 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5589 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening() 7347 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()
|