Searched refs:preferPredicatedReductionSelect (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 383 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 228 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty,
|
| H A D | ARMTargetTransformInfo.cpp | 2558 bool ARMTTIImpl::preferPredicatedReductionSelect( in preferPredicatedReductionSelect() function in ARMTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1653 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, 2100 virtual bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, 2810 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function 2812 return Impl.preferPredicatedReductionSelect(Opcode, Ty, Flags); in preferPredicatedReductionSelect()
|
| H A D | TargetTransformInfoImpl.h | 894 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1243 bool TargetTransformInfo::preferPredicatedReductionSelect( in preferPredicatedReductionSelect() function in TargetTransformInfo 1245 return TTIImpl->preferPredicatedReductionSelect(Opcode, Ty, Flags); in preferPredicatedReductionSelect()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 9145 TTI.preferPredicatedReductionSelect( in adjustRecipesForReductions()
|