Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h204 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2258 bool ARMTTIImpl::preferPredicatedReductionSelect( in preferPredicatedReductionSelect() function in ARMTTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1351 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 DTargetTransformInfoImpl.h744 bool preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, in preferPredicatedReductionSelect() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1025 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 DLoopVectorize.cpp4360 TTI->preferPredicatedReductionSelect( in fixReduction()