Searched refs:try_copy_propagate (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_copy_propagation.cpp | 318 try_copy_propagate(const struct gen_device_info *devinfo, in try_copy_propagate() function 520 else if (try_copy_propagate(devinfo, inst, i, &entry, attributes_per_reg)) in opt_copy_propagation()
|
D | brw_fs_copy_propagation.cpp | 365 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry) in try_copy_propagate() function in fs_visitor 787 else if (try_copy_propagate(inst, i, entry)) in opt_copy_propagation_local()
|
D | brw_fs.h | 142 bool try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry);
|