Searched refs:HasSVE (Results 1 – 5 of 5) sorted by relevance
53 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasSVE()); in TEST()104 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasSVE()); in TEST()125 EXPECT_FALSE(cortex_a76_features->AsArm64InstructionSetFeatures()->HasSVE()); in TEST()148 EXPECT_FALSE(a76_features->AsArm64InstructionSetFeatures()->HasSVE()); in TEST()161 EXPECT_FALSE(generic_features->AsArm64InstructionSetFeatures()->HasSVE()); in TEST()177 EXPECT_FALSE(armv8_2a_cpu_features->AsArm64InstructionSetFeatures()->HasSVE()); in TEST()
99 bool HasSVE() const { in HasSVE() function
58 if (art_features->HasSVE()) { in SetVIXLCPUFeaturesFromART()
1611 CHECK(features->AsArm64InstructionSetFeatures()->HasSVE()); in TrySetVectorType()
949 return GetInstructionSetFeatures().HasSVE(); in ShouldUseSVE()