Searched refs:OverrideInstructionSetFeatures (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 92 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TestCode() 104 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TestCodeLong() 465 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TEST_F() 512 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TEST_F() 580 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TEST_F() 690 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TestComparison() 722 OverrideInstructionSetFeatures(InstructionSet::kThumb2, "default"); in TEST_F() 745 OverrideInstructionSetFeatures(InstructionSet::kArm64, "default"); in TEST_F() 794 OverrideInstructionSetFeatures(InstructionSet::kArm64, "default"); in TEST_F() 829 OverrideInstructionSetFeatures(InstructionSet::kArm64, "cortex-a75"); in TEST_F() [all …]
|
D | optimizing_cfi_test.cc | 53 OverrideInstructionSetFeatures(isa, "default"); in SetUpFrame()
|
D | scheduler_test.cc | 199 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in CompileWithRandomSchedulerAndRun()
|
D | register_allocator_test.cc | 45 OverrideInstructionSetFeatures(InstructionSet::kX86, "default"); in SetUp()
|
/art/compiler/ |
D | common_compiler_test.h | 80 void OverrideInstructionSetFeatures(InstructionSet instruction_set, const std::string& variant);
|
D | common_compiler_test.cc | 134 void CommonCompilerTest::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures() function in art::CommonCompilerTest
|