Home
last modified time | relevance | path

Searched refs:comment_marker (Results 1 – 2 of 2) 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
208 output_lines.append(comment_marker)
216 output_lines.append('%s %s: %s' % (comment_marker, checkprefix, func_body[0]))
218 output_lines.append('%s %s-NEXT: %s' % (comment_marker, checkprefix, func_line))
248 comment_marker, checkprefix, func_line))
251 comment_marker, checkprefix, func_line))
256 output_lines.append(comment_marker)
259 def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
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…
[all …]
Dasm.py256 def add_asm_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
258 check_label_format = '{} %s-LABEL: %s:'.format(comment_marker)
259 …common.add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_for…