Searched refs:NeedFixCortexA53_835769 (Results 1 – 3 of 3) sorted by relevance
98 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()119 EXPECT_FALSE(cortex_a76_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()142 EXPECT_FALSE(a76_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()171 EXPECT_FALSE(armv8_2a_cpu_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()229 EXPECT_TRUE(arm64_features->NeedFixCortexA53_835769()); in TEST()
73 bool NeedFixCortexA53_835769() const { in NeedFixCortexA53_835769() function
2444 codegen_->GetInstructionSetFeatures().NeedFixCortexA53_835769()) { in VisitMultiplyAccumulate()