Searched refs:OverrideInstructionSetFeatures (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 84 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TestCode() 96 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TestCodeLong() 457 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TEST_F() 504 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TEST_F() 572 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TEST_F() 682 OverrideInstructionSetFeatures(target_config.GetInstructionSet(), "default"); in TestComparison() 714 OverrideInstructionSetFeatures(InstructionSet::kThumb2, "default"); in TEST_F() 737 OverrideInstructionSetFeatures(InstructionSet::kArm64, "default"); in TEST_F() 786 OverrideInstructionSetFeatures(InstructionSet::kArm64, "default"); in TEST_F() 821 OverrideInstructionSetFeatures(InstructionSet::kArm64, "cortex-a75"); in TEST_F() [all …]
|
D | optimizing_cfi_test.cc | 51 OverrideInstructionSetFeatures(isa, "default"); in SetUpFrame()
|
D | scheduler_test.cc | 191 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 | 136 void CommonCompilerTest::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures() function in art::CommonCompilerTest
|