Searched refs:HasDotProd (Results 1 – 4 of 4) sorted by relevance
52 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()103 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()124 EXPECT_TRUE(cortex_a76_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()147 EXPECT_TRUE(a76_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()160 EXPECT_FALSE(generic_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()176 EXPECT_FALSE(armv8_2a_cpu_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()
95 bool HasDotProd() const { in HasDotProd() function
48 if (art_features->HasDotProd()) { in SetVIXLCPUFeaturesFromART()
76 return codegen_->GetInstructionSetFeatures().HasDotProd(); in ShouldEmitDotProductInstructions()