Home
last modified time | relevance | path

Searched refs:flags_written (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cmod_propagation.cpp127 scan_inst->flags_written()) { in opt_cmod_propagation_local()
185 if (scan_inst->flags_written()) in opt_cmod_propagation_local()
Dbrw_fs_dead_code_eliminate.cpp45 !(flag_live[0] & inst->flags_written()) && in can_eliminate()
120 flag_live[0] &= ~inst->flags_written(); in dead_code_eliminate()
Dbrw_fs_sel_peephole.cpp72 inst->flags_written()) in count_movs_from_if()
82 inst->flags_written()) in count_movs_from_if()
Dbrw_fs_cse.cpp321 if (inst->flags_written()) { in opt_cse_local()
324 (entry->generator->flags_written() && in opt_cse_local()
Dbrw_fs_live_variables.cpp141 bd->flag_def[0] |= inst->flags_written() & ~bd->flag_use[0]; in setup_def_use()
Dbrw_ir_fs.h362 unsigned flags_written() const;
Dbrw_schedule_instructions.cpp1094 if (const unsigned mask = inst->flags_written()) { in calculate_deps()
1216 if (const unsigned mask = inst->flags_written()) { in calculate_deps()
Dbrw_fs.cpp931 fs_inst::flags_written() const in flags_written() function in fs_inst
5220 (inst->flags_written() & in needs_src_copy()
5914 } else if (inst->flags_written()) { in opt_drop_redundant_mov_to_flags()