Searched defs:is_filtered (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/utils/UpdateTestChecks/ |
H A D | isel.py | 65 is_filtered, argument
|
H A D | common.py | 812 def is_filtered(self): global() member in FunctionTestBuilder 1816 add_checks( output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format, ginfo, global_vars_seen_dict, is_filtered, preserve_names=False, original_check_lines: Mapping[str, List[str]] = {}, ) global() argument 2065 add_ir_checks( output_lines, comment_marker, prefix_list, func_dict, func_name, preserve_names, function_sig, ginfo: GeneralizerInfo, global_vars_seen_dict, is_filtered, original_check_lines={}, ) global() argument 2101 add_analyze_checks( output_lines, comment_marker, prefix_list, func_dict, func_name, ginfo: GeneralizerInfo, is_filtered, ) global() argument [all...] |
H A D | asm.py | 607 add_checks( output_lines, comment_marker, prefix_list, func_dict, func_name, ginfo: common.GeneralizerInfo, global_vars_seen_dict, is_filtered, ) global() argument
|