Searched refs:flags_read (Results 1 – 7 of 7) sorted by relevance
163 read_flag = read_flag || scan_inst->flags_read(devinfo); in opt_cmod_propagation_local()
137 flag_live[0] |= inst->flags_read(devinfo); in dead_code_eliminate()
127 bd->flag_use[0] |= inst->flags_read(v->devinfo) & ~bd->flag_def[0]; in setup_def_use()
357 unsigned flags_read(const gen_device_info *devinfo) const;
323 if (entry->generator->flags_read(devinfo) || in opt_cse_local()
1037 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()1163 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()
863 fs_inst::flags_read(const gen_device_info *devinfo) const in flags_read() function in fs_inst