Home
last modified time | relevance | path

Searched refs:triple_in_cmd (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_llc_test_checks.py75 triple_in_cmd = None
78 triple_in_cmd = m.groups()[0]
101 run_list.append((check_prefixes, llc_cmd_args, triple_in_cmd))
108 for prefixes, llc_args, triple_in_cmd in run_list:
114 if not (triple_in_cmd or triple_in_ir):
118 triple_in_cmd or triple_in_ir or 'x86', prefixes, func_dict)
Dupdate_cc_test_checks.py113 def get_function_body(args, filename, clang_args, prefixes, triple_in_cmd, func_dict): argument
156 triple_in_cmd = None
159 triple_in_cmd = m.groups()[0]
178 run_list.append((check_prefixes, clang_args, triple_in_cmd))
198 for prefixes, clang_args, triple_in_cmd in run_list:
203 get_function_body(args, filename, clang_args, prefixes, triple_in_cmd, func_dict)
Dupdate_mir_test_checks.py308 for prefixes, llc_args, triple_in_cmd in run_list:
313 if not triple_in_cmd and not triple_in_ir:
318 triple_in_cmd or triple_in_ir,