Home
last modified time | relevance | path

Searched refs:GetInstructionSet (Results 1 – 25 of 65) sorted by relevance

123

/art/runtime/arch/x86/
Dinstruction_set_features_x86_test.cc29 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
44 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
54 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
69 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
79 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
94 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
104 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
119 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
129 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
144 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
[all …]
Dinstruction_set_features_x86.cc294 if (GetInstructionSet() != other->GetInstructionSet()) { in Equals()
307 if (GetInstructionSet() != other->GetInstructionSet()) { in HasAtLeast()
Dinstruction_set_features_x86.h80 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc29 EXPECT_EQ(arm64_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
37 EXPECT_EQ(cortex_a57_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
47 EXPECT_EQ(cortex_a73_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
61 EXPECT_EQ(cortex_a35_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
70 EXPECT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
80 EXPECT_EQ(cortex_a55_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
91 EXPECT_EQ(cortex_a75_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
111 EXPECT_EQ(cortex_a76_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
140 ASSERT_EQ(a76_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
156 ASSERT_EQ(generic_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
[all …]
Dinstruction_set_features_arm64.h68 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
Dinstruction_set_features_arm64.cc299 if (InstructionSet::kArm64 != other->GetInstructionSet()) { in Equals()
313 if (InstructionSet::kArm64 != other->GetInstructionSet()) { in HasAtLeast()
/art/runtime/arch/
Dinstruction_set_features.cc282 DCHECK_EQ(InstructionSet::kArm, GetInstructionSet()); in AsArmInstructionSetFeatures()
287 DCHECK_EQ(InstructionSet::kArm64, GetInstructionSet()); in AsArm64InstructionSetFeatures()
293 DCHECK_EQ(InstructionSet::kRiscv64, GetInstructionSet()); in AsRiscv64InstructionSetFeatures()
298 DCHECK(InstructionSet::kX86 == GetInstructionSet() || in AsX86InstructionSetFeatures()
299 InstructionSet::kX86_64 == GetInstructionSet()); in AsX86InstructionSetFeatures()
304 DCHECK_EQ(InstructionSet::kX86_64, GetInstructionSet()); in AsX86_64InstructionSetFeatures()
322 os << "ISA: " << rhs.GetInstructionSet() << " Feature string: " << rhs.GetFeatureString(); in operator <<()
Dinstruction_set_features.h110 virtual InstructionSet GetInstructionSet() const = 0;
/art/runtime/arch/arm/
Dinstruction_set_features_arm_test.cc30 ASSERT_EQ(krait_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
42 ASSERT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
80 ASSERT_EQ(krait_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
92 ASSERT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
Dinstruction_set_features_arm.h58 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
Dinstruction_set_features_arm.cc308 if (InstructionSet::kArm != other->GetInstructionSet()) { in Equals()
318 if (InstructionSet::kArm != other->GetInstructionSet()) { in HasAtLeast()
/art/dex2oat/driver/
Dcompiled_method.cc50 return AlignCode(offset, GetInstructionSet()); in AlignCode()
58 return GetInstructionSetEntryPointAdjustment(GetInstructionSet()); in GetEntryPointAdjustment()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64_test.cc29 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
Dinstruction_set_features_x86_64.h68 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/compiler/
Dcommon_compiler_test.cc167 InstructionSet GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTestImpl::OneCompiledMethodStorage
230 CHECK_EQ(InstructionSet::kArm, instruction_set_features_->GetInstructionSet()); in ApplyInstructionSet()
232 CHECK_EQ(instruction_set_, instruction_set_features_->GetInstructionSet()); in ApplyInstructionSet()
300 storage.GetInstructionSet()); in CompileMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc274 InstructionSetPointerSize(GetCompilerOptions().GetInstructionSet()))); in GetEntryPointOf()
417 std::string("isa:") + GetInstructionSetString(features->GetInstructionSet()); in DumpInstructionSetFeaturesToCfg()
452 switch (codegen->GetCompilerOptions().GetInstructionSet()) { in RunRequiredPasses()
503 switch (codegen->GetCompilerOptions().GetInstructionSet()) { in RunArchOptimizations()
741 codegen->GetInstructionSet(), in Emit()
768 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompile()
829 compiler_options.GetInstructionSet(), in TryCompile()
969 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompileIntrinsic()
988 compiler_options.GetInstructionSet(), in TryCompileIntrinsic()
1150 IsInstructionSetSupported(compiler_options.GetInstructionSet())) { in Compile()
[all …]
Dcodegen_test.cc59 if (CanExecute(test_config.GetInstructionSet())) { in GetTargetConfigs()
85 CommonCompilerTest::CreateCompilerOptions(target_config.GetInstructionSet(), "default"); in TestCode()
98 CommonCompilerTest::CreateCompilerOptions(target_config.GetInstructionSet(), "default"); in TestCodeLong()
451 CommonCompilerTest::CreateCompilerOptions(target_config.GetInstructionSet(), "default"); in TEST_F()
508 CommonCompilerTest::CreateCompilerOptions(target_config.GetInstructionSet(), "default"); in TEST_F()
577 CommonCompilerTest::CreateCompilerOptions(target_config.GetInstructionSet(), "default"); in TEST_F()
688 CommonCompilerTest::CreateCompilerOptions(target_config.GetInstructionSet(), "default"); in TestComparison()
Dcodegen_test_utils.h60 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
231 InstructionSet target_isa = codegen.GetInstructionSet(); in Run()
/art/runtime/arch/riscv64/
Dinstruction_set_features_riscv64.h65 InstructionSet GetInstructionSet() const override { return InstructionSet::kRiscv64; } in GetInstructionSet() function
Dinstruction_set_features_riscv64_test.cc29 EXPECT_EQ(riscv64_features->GetInstructionSet(), InstructionSet::kRiscv64); in TEST()
Dinstruction_set_features_riscv64.cc94 if (InstructionSet::kRiscv64 != other->GetInstructionSet()) { in Equals()
/art/compiler/jni/quick/
Djni_compiler.h51 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc39 ASSERT_EQ(InstructionSet::kX86_64, Runtime::Current()->GetInstructionSet()); in FinalizeSetup()
/art/compiler/jit/
Djit_compiler.cc81 const InstructionSet instruction_set = compiler_options_->GetInstructionSet(); in ParseCompilerOptions()
141 InstructionSet isa = compiler_options.GetInstructionSet(); in TypesLoaded()
/art/runtime/jit/
Dprofile_saver_test.cc92 Hotness::Flag expected_flag = Is64BitInstructionSet(Runtime::Current()->GetInstructionSet()) in TEST_F()

123