Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dcommon.py192 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument
211 output_lines.append(check_label_format % (checkprefix, func_name))
261 check_label_format = '{} %s-LABEL: @%s('.format(comment_marker)
262 …add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format, Fa…
265 check_label_format = '{} %s-LABEL: \'%s\''.format(comment_marker)
266 …add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format, Fa…
Dasm.py258 check_label_format = '{} %s-LABEL: %s:'.format(comment_marker)
259 …s(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format, True, False)
/external/llvm/utils/
Dupdate_test_checks.py191 check_label_format = "; %s-LABEL: %s:"
193 check_label_format = "; %s-LABEL: @%s("
207 output_lines.append(check_label_format % (checkprefix, func_name))