Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_analysis.cc164 if (codegen_.SupportsPredicatedSIMD()) { in GetSIMDUnrollingFactor()
H A Dgraph_checker.cc1156 if (!codegen_->SupportsPredicatedSIMD() && instruction->IsPredicated()) { in VisitVecOperation()
1163 if (codegen_->SupportsPredicatedSIMD() && in VisitVecOperation()
H A Dcode_generator.h228 virtual bool SupportsPredicatedSIMD() const { return false; } in SupportsPredicatedSIMD() function
H A Dcode_generator_arm64.h582 bool SupportsPredicatedSIMD() const override { return ShouldUseSVE(); } in SupportsPredicatedSIMD() function
H A Dloop_optimization.cc476 predicated_vectorization_mode_(codegen.SupportsPredicatedSIMD()), in HLoopOptimization()
H A Dcode_generator_arm64.cc953 return SupportsPredicatedSIMD() in GetSIMDRegisterWidth()