Searched refs:preferPredicatedReductionSelect (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 389 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 229 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty,
|
| H A D | ARMTargetTransformInfo.cpp | 2570 bool ARMTTIImpl::preferPredicatedReductionSelect( in preferPredicatedReductionSelect() function in ARMTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1708 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, 2174 virtual bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, 2917 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function 2919 return Impl.preferPredicatedReductionSelect(Opcode, Ty, Flags); in preferPredicatedReductionSelect()
|
| H A D | TargetTransformInfoImpl.h | 932 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1302 bool TargetTransformInfo::preferPredicatedReductionSelect( in preferPredicatedReductionSelect() function in TargetTransformInfo 1304 return TTIImpl->preferPredicatedReductionSelect(Opcode, Ty, Flags); in preferPredicatedReductionSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 9001 TTI.preferPredicatedReductionSelect( in adjustRecipesForReductions()
|