Searched refs:SupportsPredicatedSIMD (Results 1 – 6 of 6) sorted by relevance
164 if (codegen_.SupportsPredicatedSIMD()) { in GetSIMDUnrollingFactor()
1156 if (!codegen_->SupportsPredicatedSIMD() && instruction->IsPredicated()) { in VisitVecOperation()1163 if (codegen_->SupportsPredicatedSIMD() && in VisitVecOperation()
228 virtual bool SupportsPredicatedSIMD() const { return false; } in SupportsPredicatedSIMD() function
582 bool SupportsPredicatedSIMD() const override { return ShouldUseSVE(); } in SupportsPredicatedSIMD() function
476 predicated_vectorization_mode_(codegen.SupportsPredicatedSIMD()), in HLoopOptimization()
953 return SupportsPredicatedSIMD() in GetSIMDRegisterWidth()