Searched refs:ShouldUseSVE (Results 1 – 2 of 2) sorted by relevance
634 bool SupportsPredicatedSIMD() const override { return ShouldUseSVE(); } in SupportsPredicatedSIMD()1139 bool ShouldUseSVE() const;
1030 bool use_sve = ShouldUseSVE(); in CodeGeneratorARM64()1040 bool CodeGeneratorARM64::ShouldUseSVE() const { in ShouldUseSVE() function in art::arm64::CodeGeneratorARM64