Home
last modified time | relevance | path

Searched refs:FromVariant (Results 1 – 21 of 21) sorted by relevance

/aosp12/art/runtime/arch/x86/
H A Dinstruction_set_features_x86_test.cc27 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "default", &error_msg)); in TEST()
42 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "atom", &error_msg)); in TEST()
52 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "atom", &error_msg)); in TEST()
67 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "sandybridge", &error_msg)); in TEST()
77 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "sandybridge", &error_msg)); in TEST()
92 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "silvermont", &error_msg)); in TEST()
102 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "silvermont", &error_msg)); in TEST()
117 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "kabylake", &error_msg)); in TEST()
127 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "kabylake", &error_msg)); in TEST()
H A Dinstruction_set_features_x86.h51 static X86FeaturesUniquePtr FromVariant(const std::string& variant,
H A Dinstruction_set_features_x86.cc105 X86FeaturesUniquePtr X86InstructionSetFeatures::FromVariant( in FromVariant() function in art::X86InstructionSetFeatures
/aosp12/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64_test.cc27 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "default", &error_msg)); in TEST()
35 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a57", &error_msg)); in TEST()
45 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a73", &error_msg)); in TEST()
59 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a35", &error_msg)); in TEST()
68 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "kryo", &error_msg)); in TEST()
78 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a55", &error_msg)); in TEST()
89 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a75", &error_msg)); in TEST()
109 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a76", &error_msg)); in TEST()
133 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "generic", &error_msg)); in TEST()
224 Arm64InstructionSetFeatures::FromVariant("cortex-a53", &error_msg)); in TEST()
H A Dinstruction_set_features_arm64.h34 static Arm64FeaturesUniquePtr FromVariant(const std::string& variant, std::string* error_msg);
H A Dinstruction_set_features_arm64.cc45 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromVariant( in FromVariant() function in art::Arm64InstructionSetFeatures
/aosp12/art/runtime/arch/arm/
H A Dinstruction_set_features_arm_test.cc27 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "krait", &error_msg)); in TEST()
39 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "kryo", &error_msg)); in TEST()
51 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "generic", &error_msg)); in TEST()
64 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "arm6", &error_msg)); in TEST()
72 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "generic", &error_msg)); in TEST()
H A Dinstruction_set_features_arm.h31 static ArmFeaturesUniquePtr FromVariant(const std::string& variant, std::string* error_msg);
H A Dinstruction_set_features_arm.cc50 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromVariant( in FromVariant() function in art::ArmInstructionSetFeatures
/aosp12/art/runtime/arch/
H A Dinstruction_set_features.cc36 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromVariant( in FromVariant() function in art::InstructionSetFeatures
41 return ArmInstructionSetFeatures::FromVariant(variant, error_msg); in FromVariant()
43 return Arm64InstructionSetFeatures::FromVariant(variant, error_msg); in FromVariant()
45 return X86InstructionSetFeatures::FromVariant(variant, error_msg); in FromVariant()
47 return X86_64InstructionSetFeatures::FromVariant(variant, error_msg); in FromVariant()
H A Dinstruction_set_features_test.cc61 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg));
100 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg));
137 InstructionSetFeatures::FromVariant(kRuntimeISA, "default", &error_msg));
H A Dinstruction_set_features.h38 static std::unique_ptr<const InstructionSetFeatures> FromVariant(InstructionSet isa,
/aosp12/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h31 static X86_64FeaturesUniquePtr FromVariant(const std::string& variant, std::string* error_msg) { in FromVariant() function
32 return Convert(X86InstructionSetFeatures::FromVariant(variant, error_msg, true)); in FromVariant()
H A Dinstruction_set_features_x86_64_test.cc27 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "default", &error_msg)); in TEST()
/aosp12/art/compiler/jit/
H A Djit_compiler.cc84 instruction_set_features = InstructionSetFeatures::FromVariant( in ParseCompilerOptions()
93 instruction_set_features = InstructionSetFeatures::FromVariant( in ParseCompilerOptions()
/aosp12/art/compiler/
H A Dcommon_compiler_test.cc133 InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg); in CreateCompilerOptions()
202 InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg); in OverrideInstructionSetFeatures()
/aosp12/art/dex2oat/linker/
H A Drelative_patcher_test.h55 InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg); in RelativePatcherTest()
H A Doat_writer_test.cc516 InstructionSetFeatures::FromVariant(insn_set, "default", &error_msg)); in TEST_F()
/aosp12/art/dex2oat/
H A Ddex2oat.cc605 compiler_options_->instruction_set_features_ = InstructionSetFeatures::FromVariant( in ParseInstructionSetVariant()
614 compiler_options_->instruction_set_features_ = InstructionSetFeatures::FromVariant( in ParseInstructionSetFeatures()
795 compiler_options_->instruction_set_features_ = InstructionSetFeatures::FromVariant( in ProcessOptions()
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86_test.cc184 : instruction_set_features_(X86InstructionSetFeatures::FromVariant("kabylake", nullptr)) {} in AssemblerX86AVXTest()
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64_test.cc340 : instruction_set_features_(X86_64InstructionSetFeatures::FromVariant("kabylake", nullptr)) {} in AssemblerX86_64AVXTest()