Searched refs:HasDotProd (Results 1 – 4 of 4) sorted by relevance
51 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()99 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()119 EXPECT_TRUE(cortex_a76_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()141 EXPECT_TRUE(a76_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()153 EXPECT_FALSE(generic_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()168 EXPECT_FALSE(armv8_2a_cpu_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()
89 bool HasDotProd() const { in HasDotProd() function
47 if (art_features->HasDotProd()) { in SetVIXLCPUFeaturesFromART()
47 return kArm64EmitDotProdInstructions && codegen_->GetInstructionSetFeatures().HasDotProd(); in ShouldEmitDotProductInstructions()