Searched refs:NeedFixCortexA53_835769 (Results 1 – 3 of 3) sorted by relevance
94 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()114 EXPECT_FALSE(cortex_a76_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()136 EXPECT_FALSE(a76_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()163 EXPECT_FALSE(armv8_2a_cpu_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()219 EXPECT_TRUE(arm64_features->NeedFixCortexA53_835769()); in TEST()
67 bool NeedFixCortexA53_835769() const { in NeedFixCortexA53_835769() function
2276 codegen_->GetInstructionSetFeatures().NeedFixCortexA53_835769()) { in VisitMultiplyAccumulate()