Home | History | Annotate | Download | only in glsl

Lines Matching refs:acp_entry

43 class acp_entry : public exec_node
46 acp_entry(ir_variable *lhs, ir_variable *rhs)
97 /** List of acp_entry: The available copies to propagate */
171 acp_entry *entry = (acp_entry *)iter.get();
220 acp_entry *a = (acp_entry *)iter.get();
221 this->acp->push_tail(new(this->mem_ctx) acp_entry(a->lhs, a->rhs));
295 acp_entry *entry = (acp_entry *)iter.get();
314 acp_entry *entry;
332 entry = new(this->mem_ctx) acp_entry(lhs_var, rhs_var);