Searched defs:GeneralizerInfo (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/utils/UpdateTestChecks/ |
H A D | isel.py | 63 ginfo: common.GeneralizerInfo,
|
H A D | common.py | 1051 class GeneralizerInfo: global() class 1625 generalize_check_lines( lines, ginfo: GeneralizerInfo, vars_seen, global_vars_seen, preserve_names=False, original_check_lines=None, *, unstable_globals_only=False, ) global() argument 2063 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 2100 add_analyze_checks( output_lines, comment_marker, prefix_list, func_dict, func_name, ginfo: GeneralizerInfo, is_filtered, ) global() argument 2235 add_global_checks( glob_val_dict, comment_marker, prefix_list, output_lines, ginfo: GeneralizerInfo, global_vars_seen_dict, preserve_names, is_before_functions, global_check_setting, ) global() argument [all...] |
H A D | asm.py | 605 add_checks( output_lines, comment_marker, prefix_list, func_dict, func_name, ginfo: common.GeneralizerInfo, global_vars_seen_dict, is_filtered, ) global() argument
|