Home
last modified time | relevance | path

Searched defs:SupportsPredicatedSIMD (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_riscv64.h437 bool SupportsPredicatedSIMD() const override { in SupportsPredicatedSIMD() function
Dcode_generator_arm64.h634 bool SupportsPredicatedSIMD() const override { return ShouldUseSVE(); } in SupportsPredicatedSIMD() function
Dcode_generator.h228 virtual bool SupportsPredicatedSIMD() const { return false; } in SupportsPredicatedSIMD() function