Home
last modified time | relevance | path

Searched refs:try_copy_prop (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_copy_propagation.c65 try_copy_prop(struct vc4_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop() function
189 progress = try_copy_prop(c, inst, movs) || progress; in qir_opt_copy_propagation()
/external/mesa3d/src/broadcom/compiler/
Dvir_opt_copy_propagate.c119 try_copy_prop(struct v3d_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop() function
242 progress = try_copy_prop(c, inst, movs) || progress; in vir_opt_copy_propagate()