Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_copy_propagation.cpp135 try_constant_propagate(const struct gen_device_info *devinfo, in try_constant_propagate() function
518 if (do_constant_prop && try_constant_propagate(devinfo, inst, i, &entry)) in opt_copy_propagation()
Dbrw_fs_copy_propagation.cpp522 fs_visitor::try_constant_propagate(fs_inst *inst, acp_entry *entry) in try_constant_propagate() function in fs_visitor
785 if (try_constant_propagate(inst, entry)) in opt_copy_propagation_local()
Dbrw_fs.h143 bool try_constant_propagate(fs_inst *inst, acp_entry *entry);