Searched refs:SupportsPredicatedSIMD (Results 1 – 3 of 3) sorted by relevance
1151 if (!codegen_->SupportsPredicatedSIMD() && instruction->IsPredicated()) { in VisitVecOperation()1158 if (codegen_->SupportsPredicatedSIMD() && in VisitVecOperation()
227 virtual bool SupportsPredicatedSIMD() const { return false; } in SupportsPredicatedSIMD() function
554 bool SupportsPredicatedSIMD() const override { return ShouldUseSVE(); } in SupportsPredicatedSIMD() function