Searched refs:preferPredicatedReductionSelect (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 204 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty,
|
| H A D | ARMTargetTransformInfo.cpp | 2258 bool ARMTTIImpl::preferPredicatedReductionSelect( in preferPredicatedReductionSelect() function in ARMTTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1351 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, 1707 virtual bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, 2264 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function 2266 return Impl.preferPredicatedReductionSelect(Opcode, Ty, Flags); in preferPredicatedReductionSelect()
|
| H A D | TargetTransformInfoImpl.h | 744 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1025 bool TargetTransformInfo::preferPredicatedReductionSelect( in preferPredicatedReductionSelect() function in TargetTransformInfo 1027 return TTIImpl->preferPredicatedReductionSelect(Opcode, Ty, Flags); in preferPredicatedReductionSelect()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4360 TTI->preferPredicatedReductionSelect( in fixReduction()
|