Searched refs:check_label_format (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/ |
D | common.py | 192 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…
|
D | asm.py | 258 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/ |
D | update_test_checks.py | 191 check_label_format = "; %s-LABEL: %s:" 193 check_label_format = "; %s-LABEL: @%s(" 207 output_lines.append(check_label_format % (checkprefix, func_name))
|