Searched refs:acp_entry (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/
H A Dopt_copy_propagation.cpp41 class acp_entry : public exec_node class in inherits:exec_node
44 acp_entry(ir_variable *lhs, ir_variable *rhs) function in class:acp_entry
95 /** List of acp_entry: The available copies to propagate */
167 acp_entry *entry = (acp_entry *)iter.get();
216 acp_entry *a = (acp_entry *)iter.get();
217 this->acp->push_tail(new(this->mem_ctx) acp_entry(a->lhs, a->rhs));
291 acp_entry *entry = (acp_entry *)ite
[all...]
H A Dopt_constant_propagation.cpp44 class acp_entry : public exec_node class in inherits:exec_node
47 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) function in class:acp_entry
102 /** List of acp_entry: The available constants to propagate */
146 acp_entry *found = NULL;
161 acp_entry *entry = (acp_entry *)iter.get();
287 acp_entry *a = (acp_entry *)iter.get();
288 this->acp->push_tail(new(this->mem_ctx) acp_entry(a->var, a->write_mask,
368 acp_entry *entr
[all...]

Completed in 123 milliseconds