Searched refs:flags_read (Results 1 – 11 of 11) sorted by relevance
149 (scan_inst->flags_read(devinfo) & flags_written) != 0; in cmod_propagate_cmp_to_add()216 (scan_inst->flags_read(devinfo) & flags_written) != 0; in cmod_propagate_not()512 (scan_inst->flags_read(devinfo) & flags_written) != 0; in opt_cmod_propagation_local()
138 flag_live[0] |= inst->flags_read(devinfo); in dead_code_eliminate()
129 bd->flag_use[0] |= inst->flags_read(devinfo) & ~bd->flag_def[0]; in setup_def_use()
337 if (entry->generator->flags_read(devinfo) || in opt_cse_local()
371 unsigned flags_read(const gen_device_info *devinfo) const;
1148 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()1274 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()
1302 if (const unsigned mask = inst->flags_read(devinfo)) { in issue_fs_inst()
1093 fs_inst::flags_read(const gen_device_info *devinfo) const in flags_read() function in fs_inst7947 flag_liveout |= inst->flags_read(devinfo); in fixup_nomask_control_flow()
97 - intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
148 - intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
1786 - intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates