Home
last modified time | relevance | path

Searched refs:try_copy_propagate (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_copy_propagation.cpp318 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()
Dbrw_fs_copy_propagation.cpp365 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()
Dbrw_fs.h142 bool try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry);