Searched refs:AsArm64InstructionSetFeatures (Results 1 – 7 of 7) sorted by relevance
49 EXPECT_TRUE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasCRC()); in TEST()50 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasLSE()); in TEST()51 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasFP16()); in TEST()52 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()53 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasSVE()); in TEST()98 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()99 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()100 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasCRC()); in TEST()101 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasLSE()); in TEST()102 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasFP16()); in TEST()[all …]
276 const Arm64InstructionSetFeatures* other_as_arm64 = other->AsArm64InstructionSetFeatures(); in Equals()293 const Arm64InstructionSetFeatures* other_as_arm64 = other->AsArm64InstructionSetFeatures(); in HasAtLeast()428 const Arm64InstructionSetFeatures *arm64_features = features->AsArm64InstructionSetFeatures(); in AddRuntimeDetectedFeatures()
116 const Arm64InstructionSetFeatures* AsArm64InstructionSetFeatures() const;
247 const Arm64InstructionSetFeatures* InstructionSetFeatures::AsArm64InstructionSetFeatures() const { in AsArm64InstructionSetFeatures() function in art::InstructionSetFeatures
119 features->AsArm64InstructionSetFeatures())); in Create()
1611 CHECK(features->AsArm64InstructionSetFeatures()->HasSVE()); in TrySetVectorType()
912 compiler_options.GetInstructionSetFeatures()->AsArm64InstructionSetFeatures()), in CodeGeneratorARM64()1406 return *GetCompilerOptions().GetInstructionSetFeatures()->AsArm64InstructionSetFeatures(); in GetInstructionSetFeatures()