Lines Matching refs:target_config
83 const CodegenTargetConfig target_config);
87 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCode() local
92 RunCode(target_config, graph, [](HGraph*) {}, has_result, expected); in TestCode()
98 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCodeLong() local
103 RunCode(target_config, graph, [](HGraph*) {}, has_result, expected); in TestCodeLong()
418 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
463 RunCode(target_config, graph, hook_before_codegen, true, 0); in TEST_F()
468 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
509 RunCode(target_config, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F()
515 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
576 RunCode(target_config, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F()
605 const CodegenTargetConfig target_config) { in TestComparison() argument
685 RunCode(target_config, graph, [](HGraph*) {}, true, expected_result); in TestComparison()
689 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
694 static_cast<IfCondition>(cond), i, j, DataType::Type::kInt32, target_config); in TEST_F()
702 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
707 static_cast<IfCondition>(cond), i, j, DataType::Type::kInt64, target_config); in TEST_F()