Searched refs:preferPredicatedReductionSelect (Results 1 – 7 of 7) sorted by relevance
233 bool preferPredicatedReductionSelect() const override;
2713 bool ARMTTIImpl::preferPredicatedReductionSelect() const { in preferPredicatedReductionSelect() function in ARMTTIImpl
436 bool preferPredicatedReductionSelect() const override { return ST->hasSVE(); } in preferPredicatedReductionSelect() function
1409 bool TargetTransformInfo::preferPredicatedReductionSelect() const { in preferPredicatedReductionSelect() function in TargetTransformInfo1410 return TTIImpl->preferPredicatedReductionSelect(); in preferPredicatedReductionSelect()
1832 LLVM_ABI bool preferPredicatedReductionSelect() const;
1090 virtual bool preferPredicatedReductionSelect() const { return false; } in preferPredicatedReductionSelect() function
1421 TTI.preferPredicatedReductionSelect(); in usePredicatedReductionSelect()