Searched refs:CodegenTargetConfig (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | codegen_test.cc | 40 static ::std::vector<CodegenTargetConfig> GetTargetConfigs() { in GetTargetConfigs() 41 ::std::vector<CodegenTargetConfig> v; in GetTargetConfigs() 42 ::std::vector<CodegenTargetConfig> test_config_candidates = { in GetTargetConfigs() 48 CodegenTargetConfig(InstructionSet::kArm64, create_codegen_arm64), in GetTargetConfigs() 51 CodegenTargetConfig(InstructionSet::kX86, create_codegen_x86), in GetTargetConfigs() 75 const CodegenTargetConfig target_config); 414 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() 466 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() 515 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() 693 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() [all …]
|
H A D | scheduler_test.cc | 41 static ::std::vector<CodegenTargetConfig> GetTargetConfigs() { in GetTargetConfigs() 42 ::std::vector<CodegenTargetConfig> v; in GetTargetConfigs() 43 ::std::vector<CodegenTargetConfig> test_config_candidates = { in GetTargetConfigs() 46 CodegenTargetConfig(InstructionSet::kArm, create_codegen_arm_vixl32), in GetTargetConfigs() 49 CodegenTargetConfig(InstructionSet::kArm64, create_codegen_arm64), in GetTargetConfigs() 52 CodegenTargetConfig(InstructionSet::kX86, create_codegen_x86), in GetTargetConfigs() 55 CodegenTargetConfig(InstructionSet::kX86_64, create_codegen_x86_64), in GetTargetConfigs() 59 for (const CodegenTargetConfig& test_config : test_config_candidates) { in GetTargetConfigs() 184 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in CompileWithRandomSchedulerAndRun()
|
H A D | codegen_test_utils.h | 50 class CodegenTargetConfig { 52 CodegenTargetConfig(InstructionSet isa, CreateCodegenFn create_codegen) in CodegenTargetConfig() function 312 static void RunCode(CodegenTargetConfig target_config, in RunCode()
|