Home
last modified time | relevance | path

Searched refs:preferPredicatedReductionSelect (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h383 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h228 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2558 bool ARMTTIImpl::preferPredicatedReductionSelect( in preferPredicatedReductionSelect() function in ARMTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1653 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 DTargetTransformInfoImpl.h894 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1243 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 DLoopVectorize.cpp9145 TTI.preferPredicatedReductionSelect( in adjustRecipesForReductions()