Searched refs:ShouldUseSVE (Results 1 – 2 of 2) sorted by relevance
582 bool SupportsPredicatedSIMD() const override { return ShouldUseSVE(); } in SupportsPredicatedSIMD()1072 bool ShouldUseSVE() const;
938 bool use_sve = ShouldUseSVE(); in CodeGeneratorARM64()948 bool CodeGeneratorARM64::ShouldUseSVE() const { in ShouldUseSVE() function in art::arm64::CodeGeneratorARM64