Searched refs:comment_marker (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/UpdateTestChecks/ |
| H A D | isel.py | 51 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, argument 54 check_label_format = '{} %s-LABEL: %s%s%s'.format(comment_marker) 55 return common.add_checks(output_lines, comment_marker, prefix_list, func_dict,
|
| H A D | common.py | 252 if not skip_global_checks and input_line.strip() == comment_marker: 255 if input_line.strip() == comment_marker + SEPARATOR: 929 output_lines.append(comment_marker) 1007 comment_marker, checkprefix, func_line)) 1011 comment_marker, checkprefix, check_suffix, func_line)) 1016 output_lines.append(comment_marker) 1025 def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, argument 1036 check_label_format = '{} %s-LABEL: \'%s%s%s\''.format(comment_marker) 1107 check_line = '%s %s: %s' % (comment_marker, checkprefix, tmp[0]) 1112 output_lines.append(comment_marker + SEPARATOR) [all …]
|
| H A D | asm.py | 504 def add_checks(output_lines, comment_marker, prefix_list, func_dict, argument 507 check_label_format = '{} %s-LABEL: %s%s%s'.format(comment_marker) 508 return common.add_checks(output_lines, comment_marker, prefix_list, func_dict,
|